Searched refs:halStatus (Results 1 – 6 of 6) sorted by relevance
71 int halStatus = loadAudioInterface(moduleName, &halDevice); in openDevice() local72 if (halStatus == OK) { in openDevice()75 } else if (halStatus == -EINVAL) { in openDevice()
159 int halStatus = halSetParameters(param.toString().string()); in setParams() local160 return util::analyzeStatus(halStatus); in setParams()
568 if (nxpncihal_ctrl.halStatus == HAL_STATUS_MIN_OPEN) { in phNxpNciHal_MinOpen()606 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_MinOpen()761 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_MinOpen()785 if (nxpncihal_ctrl.halStatus == HAL_STATUS_OPEN) { in phNxpNciHal_open()788 }else if(nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE){ in phNxpNciHal_open()814 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_open()856 nxpncihal_ctrl.halStatus = HAL_STATUS_MIN_OPEN; in phNxpNciHal_MinOpen_complete()877 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_open_complete()925 if (nxpncihal_ctrl.halStatus != HAL_STATUS_OPEN) { in phNxpNciHal_write_internal()1209 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE && in phNxpNciHal_read_complete()[all …]
90 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
127 StatusCode halStatus; in doGetProperty() local128 auto val = mHal->get(request, &halStatus); in doGetProperty()
6734 V1_1::KeepaliveStatus& halStatus) { in convertRilKeepaliveStatusToHal() argument6735 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()6736 halStatus.code = static_cast<V1_1::KeepaliveStatusCode>(rilStatus->code); in convertRilKeepaliveStatusToHal()