Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DVSoCEmulatedCameraHotplugThread.cpp63 int EmulatedCameraHotplugThread::getCameraId(String8 /*filePath*/) const { in getCameraId() function in android::EmulatedCameraHotplugThread
68 int EmulatedCameraHotplugThread::getCameraId(int /*wd*/) const { in getCameraId() function in android::EmulatedCameraHotplugThread
DEmulatedCameraHotplugThread.h54 int getCameraId(String8 filePath) const;
55 int getCameraId(int wd) const;
DEmulatedCameraHotplugThread.cpp165 int cameraId = getCameraId(event->wd); in threadLoop()
233 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const { in getCameraId() function in android::EmulatedCameraHotplugThread
248 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId() function in android::EmulatedCameraHotplugThread
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.h57 int getCameraId(const String8& filePath) const;
58 int getCameraId(int wd) const;
DEmulatedCameraHotplugThread.cpp167 int cameraId = getCameraId(event->wd); in threadLoop()
215 int EmulatedCameraHotplugThread::getCameraId(const String8& filePath) const { in getCameraId() function in android::EmulatedCameraHotplugThread
227 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId() function in android::EmulatedCameraHotplugThread
DEmulatedBaseCamera.h60 int getCameraId() const { return mCameraID; } in getCameraId() function
DEmulatedCameraFactory.cpp96 cameraIdVector.push_back(camera->getCameraId()); in EmulatedCameraFactory()