Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.h97 ServiceStatus serviceStatus{ServiceStatus::UNKNOWN};
DTableEntry.cpp99 return lshal::to_string(serviceStatus); in getField()
DListCommand.cpp595 entry.serviceStatus = ServiceStatus::NON_RESPONSIVE; in fetchBinderized()
702 entry->serviceStatus = ServiceStatus::ALIVE; in fetchBinderizedEntry()
726 .serviceStatus = ServiceStatus::DECLARED}; in fetchManifestHals()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp942 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface() local
945 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()
948 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF; in mapToInterface()
951 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()
956 return serviceStatus; in mapToInterface()
960 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal() local
963 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
966 serviceStatus = StatusInternal::PRESENT; in mapToInternal()
969 serviceStatus = StatusInternal::ENUMERATING; in mapToInternal()
974 return serviceStatus; in mapToInternal()
[all …]