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()
560 if (nxpncihal_ctrl.halStatus == HAL_STATUS_MIN_OPEN) { in phNxpNciHal_MinOpen()594 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_MinOpen()746 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_MinOpen()770 if (nxpncihal_ctrl.halStatus == HAL_STATUS_OPEN) { in phNxpNciHal_open()773 }else if(nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE){ in phNxpNciHal_open()799 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_open()841 nxpncihal_ctrl.halStatus = HAL_STATUS_MIN_OPEN; in phNxpNciHal_MinOpen_complete()862 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_open_complete()891 if (nxpncihal_ctrl.halStatus != HAL_STATUS_OPEN) { in phNxpNciHal_write()1165 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE && in phNxpNciHal_read_complete()[all …]
88 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
124 StatusCode halStatus; in doGetProperty() local125 auto val = mHal->get(request, &halStatus); in doGetProperty()
6723 V1_1::KeepaliveStatus& halStatus) { in convertRilKeepaliveStatusToHal() argument6724 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()6725 halStatus.code = static_cast<V1_1::KeepaliveStatusCode>(rilStatus->code); in convertRilKeepaliveStatusToHal()