Lines Matching refs:serviceStatus
744 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()
780 int32_t serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface() local
783 serviceStatus = ICameraServiceListener::STATUS_NOT_PRESENT; in mapToInterface()
786 serviceStatus = ICameraServiceListener::STATUS_PRESENT; in mapToInterface()
789 serviceStatus = ICameraServiceListener::STATUS_ENUMERATING; in mapToInterface()
792 serviceStatus = ICameraServiceListener::STATUS_NOT_AVAILABLE; in mapToInterface()
795 serviceStatus = ICameraServiceListener::STATUS_UNKNOWN; in mapToInterface()
800 return serviceStatus; in mapToInterface()