Searched refs:camera_ids (Results 1 – 2 of 2) sorted by relevance
82 ScopedAStatus CameraProvider::getCameraIdList(std::vector<std::string>* camera_ids) { in getCameraIdList() argument83 camera_ids->reserve(mAvailableCameras.size()); in getCameraIdList()86 camera_ids->push_back(getLogicalCameraId(mDeviceIdBase + i)); in getCameraIdList()
48 ScopedAStatus getCameraIdList(std::vector<std::string>* camera_ids) override;