Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp375 mNormalDeviceIdsWithoutSystemCamera.clear(); in filterAPI1SystemCameraLocked()
406 mNormalDeviceIdsWithoutSystemCamera.push_back(cameraId); in filterAPI1SystemCameraLocked()
409 mNormalDeviceIdsWithoutSystemCamera.size()); in filterAPI1SystemCameraLocked()
440 for (const auto& cameraId : mNormalDeviceIdsWithoutSystemCamera) { in filterSPerfClassCharacteristicsLocked()
827 *numCameras = static_cast<int>(mNormalDeviceIdsWithoutSystemCamera.size()); in getNumberOfCameras()
1282 const std::vector<std::string> *cameraIds = &mNormalDeviceIdsWithoutSystemCamera; in cameraIdIntToStrLocked()
5638 mNormalDeviceIdsWithoutSystemCamera.size()); in dump()
H A DCameraService.h1231 std::vector<std::string> mNormalDeviceIdsWithoutSystemCamera; variable