Searched refs:mNormalDeviceIdsWithoutSystemCamera (Results 1 – 2 of 2) sorted by relevance
282 mNormalDeviceIdsWithoutSystemCamera.clear(); in filterAPI1SystemCameraLocked()294 mNormalDeviceIdsWithoutSystemCamera.push_back(deviceId); in filterAPI1SystemCameraLocked()297 mNormalDeviceIdsWithoutSystemCamera.size()); in filterAPI1SystemCameraLocked()327 for (const auto& cameraId : mNormalDeviceIdsWithoutSystemCamera) { in filterSPerfClassCharacteristicsLocked()632 *numCameras = static_cast<int>(mNormalDeviceIdsWithoutSystemCamera.size()); in getNumberOfCameras()693 const std::vector<std::string> *deviceIds = &mNormalDeviceIdsWithoutSystemCamera; in cameraIdIntToStrLocked()3971 mNormalDeviceIdsWithoutSystemCamera.size()); in dump()
967 std::vector<std::string> mNormalDeviceIdsWithoutSystemCamera; variable