Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHotplugThread.h35 EmulatedCameraHotplugThread(size_t totalCameraCount);
DEmulatedCameraHotplugThread.cpp38 size_t totalCameraCount) in EmulatedCameraHotplugThread() argument
43 for (size_t id = 0; id < totalCameraCount; ++id) { in EmulatedCameraHotplugThread()