Searched refs:halStatus (Results 1 – 7 of 7) sorted by relevance
490 const auto& halStatus = in TEST_P() local493 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()494 ASSERT_EQ(WifiStatusCode::SUCCESS, halStatus.code); in TEST_P()514 const auto& halStatus = in TEST_P() local517 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()518 ASSERT_EQ(WifiStatusCode::ERROR_INVALID_ARGS, halStatus.code); in TEST_P()530 const auto& halStatus = in TEST_P() local534 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()535 ASSERT_EQ(WifiStatusCode::SUCCESS, halStatus.code); in TEST_P()554 const auto& halStatus = in TEST_P() local[all …]
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()1212 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE && in phNxpNciHal_read_complete()[all …]
90 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
128 StatusCode halStatus; in doGetProperty() local129 auto val = mHal->get(request, &halStatus); in doGetProperty()
6736 V1_1::KeepaliveStatus& halStatus) { in convertRilKeepaliveStatusToHal() argument6737 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()6738 halStatus.code = static_cast<V1_1::KeepaliveStatusCode>(rilStatus->code); in convertRilKeepaliveStatusToHal()