Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp722 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface() local
725 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()
728 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF; in mapToInterface()
731 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()
736 return serviceStatus; in mapToInterface()
740 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal() local
743 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
746 serviceStatus = StatusInternal::PRESENT; in mapToInternal()
749 serviceStatus = StatusInternal::ENUMERATING; in mapToInternal()
754 return serviceStatus; in mapToInternal()
[all …]
/frameworks/native/cmds/lshal/
DTableEntry.h92 ServiceStatus serviceStatus{ServiceStatus::UNKNOWN};
DTableEntry.cpp99 return lshal::to_string(serviceStatus); in getField()
DListCommand.cpp676 entry.serviceStatus = ServiceStatus::NON_RESPONSIVE; in fetchBinderized()
783 entry->serviceStatus = ServiceStatus::ALIVE; in fetchBinderizedEntry()
807 .serviceStatus = ServiceStatus::DECLARED}; in fetchManifestHals()