android_system_core/include/system
David 'Digit' Turner c7b098ceb5 [qemu]: Move qemu_pipe.h from include/system/ directory.
The <hardware/qemu_pipe.h> header isn't related to any loadable
hardware module, this patch thus relocates it to <system/qemu_pipe.h>
which is a much more logical location.

Note the following changes:

  - The pipe name must begin with the 'pipe:' prefix to avoid an
    un-necessary snprintf() and buffer copy.

  - Does not probe for the obsolete /dev/goldfish_pipe device, i.e.
    only use /dev/qemu_pipe instead.

  - Use QEMU_PIPE_DEBUG() instead of D() as the debugging macro.

+ Update ADB to use the newest <system/qemu_pipe.h>

+ Add qemu_pipe_frame_send() and qemu_pipe_frame_recv() utility
  functions which replace the obsolete qemud_channel_send() and
  qemud_channel_recv() from the defunct <hardware/qemud.h>
  header.

BUG=25875346

Change-Id: Ic290a5b79d466c2af64b49bd9134643277c11bfd
2016-06-17 09:21:59 +02:00
..
camera.h Camera: Add new set video format/dataspace command 2015-06-08 13:21:27 -07:00
graphics.h Name the pixel format and transform enums 2015-12-17 13:58:19 -08:00
qemu_pipe.h [qemu]: Move qemu_pipe.h from include/system/ directory. 2016-06-17 09:21:59 +02:00
radio.h Definitions for broadcast radio. 2015-03-13 15:35:35 -07:00
thread_defs.h thread_defs: remove trailing whitespace 2013-07-23 22:20:45 -07:00
window.h ANativeWindow: Add NATIVE_WINDOW_BUFFER_AGE query 2015-04-28 13:42:30 -07:00