HomeSort by relevance Sort by last modified time
    Searched full:pipe_ (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libaah_rtp/
pipe_event.cpp 30 pipe_[0] = -1;
31 pipe_[1] = -1;
34 if (pipe(pipe_) >= 0) {
37 fcntl(pipe_[0], F_SETFL, O_NONBLOCK);
40 pipe_[0], pipe_[1], errno);
41 pipe_[0] = -1;
42 pipe_[1] = -1;
47 if (pipe_[0] >= 0) {
48 close(pipe_[0])
    [all...]
pipe_event.h 30 return ((pipe_[0] >= 0) && (pipe_[1] >= 0));
33 int getWakeupHandle() const { return pipe_[0]; }
44 int pipe_[2]; member in class:android::PipeEvent
  /development/host/windows/usb/api/
adb_api_legacy.h 42 #define DEVICE_PIPE_NAME_PREFIX L"PIPE_"
  /external/mesa3d/docs/
egl.html 207 (<code>pipe_&lt;hw&gt;</code>) and client API modules

Completed in 485 milliseconds