Home
last modified time | relevance | path

Searched refs:PIPE_WAKE_CLOSED (Results 1 – 3 of 3) sorted by relevance

/external/qemu/include/hw/android/goldfish/
Dpipe.h194 #define PIPE_WAKE_CLOSED (1 << 0) /* emulator closed pipe */ macro
/external/qemu/docs/
DANDROID-QEMU-PIPE.TXT223 PIPE_WAKE_CLOSED :: the pipe service closed the connection.
229 PIPE_WAKE_CLOSED can be signaled at any time.
/external/qemu/hw/android/goldfish/
Dpipe.c1380 goldfish_pipe_wake( hwpipe, PIPE_WAKE_CLOSED ); in goldfish_pipe_close()