Searched defs:cameraIdToInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp477 int CameraService::cameraIdToInt(const String8& cameraId) { function in class:android::CameraService
1515 int id = cameraIdToInt(i.first);
2530 status_t rc = mModule->getCameraInfo(cameraIdToInt(cameraId), &info);
2740 int id = cameraIdToInt(cameraId);

Completed in 31 milliseconds