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

  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 293 int thread_fds[2]; local
294 if (pipe(thread_fds) == 0) {
295 mThreadControl = thread_fds[1];
296 mControlFD = thread_fds[0];

Completed in 32 milliseconds