Home
last modified time | relevance | path

Searched defs:getCameraId (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/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.cpp233 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.cpp250 int EmulatedCameraHotplugThread::getCameraId(const String8& filePath) const { in getCameraId() function in android::EmulatedCameraHotplugThread
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId() function in android::EmulatedCameraHotplugThread
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h306 uint32_t getCameraId() { return mCameraId; }; in getCameraId() function