Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1585 StatusInternal cameraStatus = state->getStatus(); in setTorchMode() local
1586 if (cameraStatus != StatusInternal::PRESENT && in setTorchMode()
1587 cameraStatus != StatusInternal::NOT_AVAILABLE) { in setTorchMode()
1588 … ALOGE("%s: camera id is invalid %s, status %d", __FUNCTION__, id.string(), (int)cameraStatus); in setTorchMode()
1610 if (cameraStatus == StatusInternal::NOT_AVAILABLE) { in setTorchMode()