Lines Matching refs:serviceStatus
892 int32_t serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface() local
895 serviceStatus = ICameraServiceListener::TORCH_STATUS_NOT_AVAILABLE; in mapToInterface()
898 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_OFF; in mapToInterface()
901 serviceStatus = ICameraServiceListener::TORCH_STATUS_AVAILABLE_ON; in mapToInterface()
906 return serviceStatus; in mapToInterface()
910 StatusInternal serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal() local
913 serviceStatus = StatusInternal::NOT_PRESENT; in mapToInternal()
916 serviceStatus = StatusInternal::PRESENT; in mapToInternal()
919 serviceStatus = StatusInternal::ENUMERATING; in mapToInternal()
924 return serviceStatus; in mapToInternal()
928 int32_t serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface() local
931 serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface()
934 serviceStatus = ICameraServiceListener::STATUS_PRESENT; in mapToInterface()
937 serviceStatus = ICameraServiceListener::STATUS_ENUMERATING; in mapToInterface()
940 serviceStatus = ICameraServiceListener::STATUS_NOT_AVAILABLE; in mapToInterface()
943 serviceStatus = ICameraServiceListener::STATUS_UNKNOWN; in mapToInterface()
948 return serviceStatus; in mapToInterface()