Searched refs:mNormalDeviceIdsWithoutSystemCamera (Results 1 – 2 of 2) sorted by relevance
361 mNormalDeviceIdsWithoutSystemCamera.clear(); in filterAPI1SystemCameraLocked()392 mNormalDeviceIdsWithoutSystemCamera.push_back(cameraId); in filterAPI1SystemCameraLocked()395 mNormalDeviceIdsWithoutSystemCamera.size()); in filterAPI1SystemCameraLocked()426 for (const auto& cameraId : mNormalDeviceIdsWithoutSystemCamera) { in filterSPerfClassCharacteristicsLocked()804 *numCameras = static_cast<int>(mNormalDeviceIdsWithoutSystemCamera.size()); in getNumberOfCameras()1265 const std::vector<std::string> *cameraIds = &mNormalDeviceIdsWithoutSystemCamera; in cameraIdIntToStrLocked()5380 mNormalDeviceIdsWithoutSystemCamera.size()); in dump()
1225 std::vector<std::string> mNormalDeviceIdsWithoutSystemCamera; variable