/device/google/cuttlefish/common/libs/fs/ |
D | shared_select.h | 76 int Select(SharedFDSet* read_set, SharedFDSet* write_set,
|
D | shared_fd.cpp | 150 int Select(SharedFDSet* read_set, SharedFDSet* write_set, in Select() function
|
/device/google/cuttlefish/host/commands/cvd_status/ |
D | cvd_status.cc | 86 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in main()
|
/device/google/cuttlefish/host/commands/powerwash_cvd/ |
D | powerwash_cvd.cc | 89 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in main()
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | main.cc | 124 int ret = cuttlefish::Select(&fd_read, nullptr, nullptr, nullptr); in main()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 439 SelectRes Select(int fd, int timeout);
|
D | EmulatedQemuCameraDevice.cpp | 227 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS); in inWorkerThread()
|
D | EmulatedCameraDevice.cpp | 368 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) { in Select() function in android::EmulatedCameraDevice::WorkerThread
|
D | EmulatedFakeCameraDevice.cpp | 191 getWorkerThread()->Select(-1, 1000000 / (mTargetFps / 1000)); in inWorkerThread()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 128 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in main()
|
D | channel_monitor.cpp | 238 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in MonitorLoop()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | process_monitor.cc | 185 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in MonitorRoutine()
|
/device/linaro/hikey/hikey/ |
D | README | 19 Select special bootloader mode by linking J15 1-2 and 3-4 pins
|
/device/google/cuttlefish/host/commands/stop_cvd/ |
D | main.cc | 169 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in CleanStopInstance()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 179 cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in ReadLoop()
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.cpp | 328 cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in ClientConnectorLoop()
|