Searched refs:serviceStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp680 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; local
683 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE;
686 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF;
689 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON;
694 return serviceStatus;
698 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; local
701 serviceStatus = StatusInternal::NOT_PRESENT;
704 serviceStatus = StatusInternal::PRESENT;
707 serviceStatus = StatusInternal::ENUMERATING;
712 return serviceStatus;
716 int32_t serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; local
[all...]

Completed in 46 milliseconds