HomeSort by relevance Sort by last modified time
    Searched refs:getCameraState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 207 if (getCameraState(id8) == nullptr) {
313 std::shared_ptr<CameraState> state = getCameraState(id);
818 auto cameraState = getCameraState(id);
843 auto cameraState = getCameraState(id);
    [all...]
CameraService.h 678 std::shared_ptr<CameraService::CameraState> getCameraState(const String8& cameraId) const;
    [all...]

Completed in 178 milliseconds