Searched refs:CameraID (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
H A DEmulatedCameraHotplugThread.h48 int CameraID; member in struct:android::EmulatedCameraHotplugThread::SubscriberInfo
H A DEmulatedCameraHotplugThread.cpp77 __FUNCTION__, it->CameraID, strerror(errno),
83 __FUNCTION__, it->CameraID);
268 return mSubscribers[i].CameraID;
278 if (mSubscribers[i].CameraID == cameraId) {
326 if (it->CameraID == cameraId) {
/device/google/cuttlefish_common/guest/hals/camera/
H A DEmulatedCameraHotplugThread.h46 int CameraID; member in struct:android::EmulatedCameraHotplugThread::SubscriberInfo
H A DEmulatedCameraHotplugThread.cpp70 __FUNCTION__, it->CameraID, strerror(errno), errno);
74 ALOGV("%s: Removed watch for camID '%d'", __FUNCTION__, it->CameraID);
251 return mSubscribers[i].CameraID;
260 if (mSubscribers[i].CameraID == cameraId) {
302 if (it->CameraID == cameraId) {

Completed in 27 milliseconds