Home
last modified time | relevance | path

Searched refs:mNormalDeviceIdsWithoutSystemCamera (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp275 mNormalDeviceIdsWithoutSystemCamera.clear(); in filterAPI1SystemCameraLocked()
287 mNormalDeviceIdsWithoutSystemCamera.push_back(deviceId); in filterAPI1SystemCameraLocked()
290 mNormalDeviceIdsWithoutSystemCamera.size()); in filterAPI1SystemCameraLocked()
579 *numCameras = static_cast<int>(mNormalDeviceIdsWithoutSystemCamera.size()); in getNumberOfCameras()
637 const std::vector<std::string> *deviceIds = &mNormalDeviceIdsWithoutSystemCamera; in cameraIdIntToStrLocked()
3551 mNormalDeviceIdsWithoutSystemCamera.size()); in dump()
DCameraService.h899 std::vector<std::string> mNormalDeviceIdsWithoutSystemCamera; variable