Lines Matching defs:cameraState
179 ICameraServiceProxy::CameraState newState,
421 class CameraState {
424 * Make a new CameraState and set the ID, cost, and conflicting devices using the values
427 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
428 virtual ~CameraState();
485 }; // class CameraState
529 std::map<String8, std::shared_ptr<CameraState>> mCameraStates;
551 std::shared_ptr<CameraService::CameraState> getCameraState(const String8& cameraId) const;
768 void CameraService::CameraState::updateStatus(int32_t status,
858 auto cameraState = getCameraState(cameraId);
859 if (cameraState != nullptr) {
860 if (!cameraState->getShimParams().isEmpty()) return ret;
953 auto cameraState = getCameraState(cameraId);
954 if (cameraState != nullptr) {
955 cameraState->setShimParams(params);