Lines Matching refs:serviceStatus
722 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()
758 int32_t serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface() local
761 serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface()
764 serviceStatus = ICameraServiceListener::STATUS_PRESENT; in mapToInterface()
767 serviceStatus = ICameraServiceListener::STATUS_ENUMERATING; in mapToInterface()
770 serviceStatus = ICameraServiceListener::STATUS_NOT_AVAILABLE; in mapToInterface()
773 serviceStatus = ICameraServiceListener::STATUS_UNKNOWN; in mapToInterface()
778 return serviceStatus; in mapToInterface()