Home
last modified time | relevance | path

Searched refs:halStatus (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp490 const auto& halStatus = in TEST_P() local
493 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() local
517 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() local
534 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 …]
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp510 const auto& halStatus = in TEST_P() local
513 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()
514 ASSERT_EQ(WifiStatusCode::SUCCESS, halStatus.code); in TEST_P()
535 const auto& halStatus = in TEST_P() local
538 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()
539 ASSERT_EQ(WifiStatusCode::ERROR_INVALID_ARGS, halStatus.code); in TEST_P()
552 const auto& halStatus = in TEST_P() local
556 if (halStatus.code != WifiStatusCode::ERROR_NOT_SUPPORTED) { in TEST_P()
557 ASSERT_EQ(WifiStatusCode::SUCCESS, halStatus.code); in TEST_P()
577 const auto& halStatus = in TEST_P() local
[all …]
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp71 int halStatus = loadAudioInterface(moduleName, &halDevice); in openDevice() local
72 if (halStatus == OK) { in openDevice()
75 } else if (halStatus == -EINVAL) { in openDevice()
DParametersUtil.cpp166 int halStatus = halSetParameters(param.toString().string()); in setParams() local
167 return util::analyzeStatus(halStatus); in setParams()
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc566 if (nxpncihal_ctrl.halStatus == HAL_STATUS_MIN_OPEN) { in phNxpNciHal_MinOpen()
604 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_MinOpen()
771 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_MinOpen()
794 if (nxpncihal_ctrl.halStatus == HAL_STATUS_OPEN) { in phNxpNciHal_open()
797 } else if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE) { in phNxpNciHal_open()
822 nxpncihal_ctrl.halStatus = HAL_STATUS_CLOSE; in phNxpNciHal_open()
862 nxpncihal_ctrl.halStatus = HAL_STATUS_MIN_OPEN; in phNxpNciHal_MinOpen_complete()
883 nxpncihal_ctrl.halStatus = HAL_STATUS_OPEN; in phNxpNciHal_open_complete()
931 if (nxpncihal_ctrl.halStatus != HAL_STATUS_OPEN) { in phNxpNciHal_write_internal()
1220 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE && in phNxpNciHal_read_complete()
[all …]
DphNxpNciHal.h90 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp128 StatusCode halStatus; in doGetProperty() local
129 auto val = mHal->get(request, &halStatus); in doGetProperty()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc606 if (nxpncihal_ctrl.halStatus == HAL_STATUS_CLOSE) { in phNxpNciHal_resetEse()
620 if (nxpncihal_ctrl.halStatus == HAL_STATUS_MIN_OPEN) { in phNxpNciHal_resetEse()
DphNxpNciHal.h139 phNxpNci_HalStatus halStatus; /* Indicate if hal is open or closed */ member
/hardware/ril/libril/
Dril_service.cpp6677 V1_1::KeepaliveStatus& halStatus) { in convertRilKeepaliveStatusToHal() argument
6678 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()
6679 halStatus.code = static_cast<V1_1::KeepaliveStatusCode>(rilStatus->code); in convertRilKeepaliveStatusToHal()