Home
last modified time | relevance | path

Searched refs:getTorchStatusLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h1073 status_t getTorchStatusLocked(const String8 &cameraId,
H A DCameraService.cpp569 status_t res = getTorchStatusLocked(cameraId, &status); in onTorchStatusChangedLocked()
2005 status_t err = getTorchStatusLocked(id, &status); in setTorchMode()
4215 if (getTorchStatusLocked(cameraId, &torchStatus) != in updateStatus()
4312 status_t CameraService::getTorchStatusLocked( in getTorchStatusLocked() function in android::CameraService