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

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h580 static int cameraIdToInt(const String8& cameraId);
897 int id = cameraIdToInt(cameraId);
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 61 milliseconds