Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp744 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface() local
747 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()
750 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF; in mapToInterface()
753 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()
758 return serviceStatus; in mapToInterface()
762 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal() local
765 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
768 serviceStatus = StatusInternal::PRESENT; in mapToInternal()
771 serviceStatus = StatusInternal::ENUMERATING; in mapToInternal()
776 return serviceStatus; in mapToInternal()
[all …]
/frameworks/native/cmds/lshal/
DTableEntry.h91 ServiceStatus serviceStatus{ServiceStatus::UNKNOWN};
DTableEntry.cpp99 return lshal::to_string(serviceStatus); in getField()
DListCommand.cpp679 entry.serviceStatus = ServiceStatus::NON_RESPONSIVE; in fetchBinderized()
786 entry->serviceStatus = ServiceStatus::ALIVE; in fetchBinderizedEntry()
810 .serviceStatus = ServiceStatus::DECLARED}; in fetchManifestHals()