Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.cpp299 int thread_fds[2]; in readyToRun() local
302 if (pipe(thread_fds) == 0) { in readyToRun()
303 mThreadControl = thread_fds[1]; in readyToRun()
304 mControlFD = thread_fds[0]; in readyToRun()