Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHotplugThread.cpp45 mSubscribedCameraIds.push_back(id); in EmulatedCameraHotplugThread()
111 it = mSubscribedCameraIds.begin(); in readyToRun()
112 end = mSubscribedCameraIds.end(); in readyToRun()
235 it = mSubscribedCameraIds.begin(); in getCameraId()
236 end = mSubscribedCameraIds.end(); in getCameraId()
DEmulatedCameraHotplugThread.h62 Vector<int> mSubscribedCameraIds; variable
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp41 mSubscribedCameraIds(std::move(subscribedCameraIds)) { in EmulatedCameraHotplugThread()
112 for (int cameraId: mSubscribedCameraIds) { in readyToRun()
216 for (int cameraId: mSubscribedCameraIds) { in getCameraId()
DEmulatedCameraHotplugThread.h64 std::vector<int> mSubscribedCameraIds; variable