Searched defs:CameraState (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/camera/include/camera/
H A DICameraServiceProxy.h39 enum CameraState { enum in class:android::ICameraServiceProxy
49 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) = 0;
/frameworks/av/include/camera/
H A DICameraServiceProxy.h39 enum CameraState { enum in class:android::ICameraServiceProxy
49 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) = 0;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h185 ICameraServiceProxy::CameraState newState,
439 class CameraState { class in class:android::CameraService::StatusInternal
443 * Make a new CameraState and set the ID, cost, and conflicting devices using the values
446 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
447 virtual ~CameraState();
505 }; // class CameraState
554 std::map<String8, std::shared_ptr<CameraState>> mCameraStates;
571 std::shared_ptr<CameraService::CameraState> getCameraState(const String8& cameraId) const;
H A DCameraService.cpp256 std::make_shared<CameraState>(id8, cost.resourceCost, conflicting));
305 std::shared_ptr<CameraState> state = getCameraState(id);
1788 std::shared_ptr<CameraService::CameraState> CameraService::getCameraState(
1790 std::shared_ptr<CameraState> state;
2315 // CameraState
2318 CameraService::CameraState::CameraState(const String8& id, int cost, function in class:android::CameraService::CameraState
2322 CameraService::CameraState::~CameraState() {}
2324 CameraService::StatusInternal CameraService::CameraState
[all...]

Completed in 178 milliseconds