Searched refs:serviceStatus (Results 1 – 4 of 4) sorted by relevance
97 ServiceStatus serviceStatus{ServiceStatus::UNKNOWN};
99 return lshal::to_string(serviceStatus); in getField()
595 entry.serviceStatus = ServiceStatus::NON_RESPONSIVE; in fetchBinderized()702 entry->serviceStatus = ServiceStatus::ALIVE; in fetchBinderizedEntry()726 .serviceStatus = ServiceStatus::DECLARED}; in fetchManifestHals()
942 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface() local945 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() local963 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()966 serviceStatus = StatusInternal::PRESENT; in mapToInternal()969 serviceStatus = StatusInternal::ENUMERATING; in mapToInternal()974 return serviceStatus; in mapToInternal()[all …]