Searched refs:CameraState (Results 1 – 2 of 2) sorted by relevance
726 class CameraState {733 CameraState(const std::string& id, int cost, const std::set<std::string>& conflicting,735 virtual ~CameraState();1036 std::map<std::string, std::shared_ptr<CameraState>> mCameraStates;1078 std::shared_ptr<CameraService::CameraState> getCameraState(const std::string& cameraId) const;
485 mCameraStates.emplace(cameraId, std::make_shared<CameraState>(cameraId, cost.resourceCost, in addStates()520 std::shared_ptr<CameraState> state = getCameraState(cameraId); in onDeviceStatusChanged()587 std::shared_ptr<CameraState> state = getCameraState(id); in onDeviceStatusChanged()3758 std::shared_ptr<CameraService::CameraState> CameraService::getCameraState( in getCameraState()3760 std::shared_ptr<CameraState> state; in getCameraState()5024 CameraService::CameraState::CameraState(const std::string& id, int cost, in CameraState() function in android::CameraService::CameraState5030 CameraService::CameraState::~CameraState() {} in ~CameraState()5032 CameraService::StatusInternal CameraService::CameraState::getStatus() const { in getStatus()5037 std::vector<std::string> CameraService::CameraState::getUnavailablePhysicalIds() const { in getUnavailablePhysicalIds()5043 CameraParameters CameraService::CameraState::getShimParams() const { in getShimParams()[all …]