Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/fs/
Dshared_select.h76 int Select(SharedFDSet* read_set, SharedFDSet* write_set,
Dshared_fd.cpp150 int Select(SharedFDSet* read_set, SharedFDSet* write_set, in Select() function
/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc86 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc89 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in main()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc124 int ret = cuttlefish::Select(&fd_read, nullptr, nullptr, nullptr); in main()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.h439 SelectRes Select(int fd, int timeout);
DEmulatedQemuCameraDevice.cpp227 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS); in inWorkerThread()
DEmulatedCameraDevice.cpp368 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) { in Select() function in android::EmulatedCameraDevice::WorkerThread
DEmulatedFakeCameraDevice.cpp191 getWorkerThread()->Select(-1, 1000000 / (mTargetFps / 1000)); in inWorkerThread()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp128 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in main()
Dchannel_monitor.cpp238 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in MonitorLoop()
/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.cc185 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in MonitorRoutine()
/device/linaro/hikey/hikey/
DREADME19 Select special bootloader mode by linking J15 1-2 and 3-4 pins
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc169 int selected = cuttlefish::Select(&read_set, nullptr, nullptr, in CleanStopInstance()
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp179 cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in ReadLoop()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp328 cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in ClientConnectorLoop()