Searched refs:CameraState (Results 1 – 2 of 2) sorted by relevance
558 class CameraState {565 CameraState(const String8& id, int cost, const std::set<String8>& conflicting,567 virtual ~CameraState();804 std::map<String8, std::shared_ptr<CameraState>> mCameraStates;824 std::shared_ptr<CameraService::CameraState> getCameraState(const String8& cameraId) const;
383 mCameraStates.emplace(id, std::make_shared<CameraState>(id, cost.resourceCost, in addStates()418 std::shared_ptr<CameraState> state = getCameraState(id); in onDeviceStatusChanged()485 std::shared_ptr<CameraState> state = getCameraState(id); in onDeviceStatusChanged()2641 std::shared_ptr<CameraService::CameraState> CameraService::getCameraState( in getCameraState()2643 std::shared_ptr<CameraState> state; in getCameraState()3680 CameraService::CameraState::CameraState(const String8& id, int cost, in CameraState() function in android::CameraService::CameraState3685 CameraService::CameraState::~CameraState() {} in ~CameraState()3687 CameraService::StatusInternal CameraService::CameraState::getStatus() const { in getStatus()3692 std::vector<String8> CameraService::CameraState::getUnavailablePhysicalIds() const { in getUnavailablePhysicalIds()3698 CameraParameters CameraService::CameraState::getShimParams() const { in getShimParams()[all …]