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