Searched refs:mNormalDeviceIdsWithoutSystemCamera (Results 1 – 2 of 2) sorted by relevance
375 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()
1231 std::vector<std::string> mNormalDeviceIdsWithoutSystemCamera; variable