| /hardware/interfaces/wifi/supplicant/1.3/vts/functional/ | 
| D | supplicant_sta_network_hidl_test.cpp | 67             [&](const SupplicantStatus &status, uint32_t keyMgmtMaskInternal) {  in isWapiSupported() 87     sta_network_->setOcsp(testOcspType, [](const SupplicantStatus &status) {  in TEST_P() 92         kTestInvalidOcspType, [](const SupplicantStatus &status) {  in TEST_P() 97         [testOcspType](const SupplicantStatus &status, OcspType ocspType) {  in TEST_P() 111         serializedEntry, [](const SupplicantStatus &status) {  in TEST_P() 122     sta_network_->setKeyMgmt_1_3(keyMgmt, [](const SupplicantStatus &status) {  in TEST_P() 130         [&keyMgmt](const SupplicantStatus &status, uint32_t keyMgmtOut) {  in TEST_P() 140     sta_network_->setKeyMgmt_1_3(keyMgmt, [](const SupplicantStatus &status) {  in TEST_P() 148         [&keyMgmt](const SupplicantStatus &status, uint32_t keyMgmtOut) {  in TEST_P() 163     sta_network_->setProto(wapiProto, [](const SupplicantStatus &status) {  in TEST_P() [all …] 
 | 
| /hardware/interfaces/wifi/aidl/android/hardware/wifi/ | 
| D | IWifiNanIfaceEventCallback.aidl | 87     void eventDisabled(in NanStatus status);  in eventDisabled() 120     void eventPublishTerminated(in byte sessionId, in NanStatus status);  in eventPublishTerminated() 130     void eventSubscribeTerminated(in byte sessionId, in NanStatus status);  in eventSubscribeTerminated() 141     void eventTransmitFollowup(in char id, in NanStatus status);  in eventTransmitFollowup() 160             in char id, in NanStatus status, in NanCapabilities capabilities);  in notifyCapabilitiesResponse() 172     void notifyConfigResponse(in char id, in NanStatus status);  in notifyConfigResponse() 184     void notifyCreateDataInterfaceResponse(in char id, in NanStatus status);  in notifyCreateDataInterfaceResponse() 196     void notifyDeleteDataInterfaceResponse(in char id, in NanStatus status);  in notifyDeleteDataInterfaceResponse() 206     void notifyDisableResponse(in char id, in NanStatus status);  in notifyDisableResponse() 220     void notifyEnableResponse(in char id, in NanStatus status);  in notifyEnableResponse() [all …] 
 | 
| /hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ | 
| D | IWifiNanIfaceEventCallback.aidl | 42   oneway void eventDisabled(in android.hardware.wifi.NanStatus status);  in eventDisabled() 46   oneway void eventPublishTerminated(in byte sessionId, in android.hardware.wifi.NanStatus status);  in eventPublishTerminated() 47 …oneway void eventSubscribeTerminated(in byte sessionId, in android.hardware.wifi.NanStatus status);  in eventSubscribeTerminated() 48   oneway void eventTransmitFollowup(in char id, in android.hardware.wifi.NanStatus status);  in eventTransmitFollowup() 50 …oneway void notifyCapabilitiesResponse(in char id, in android.hardware.wifi.NanStatus status, in a…  in notifyCapabilitiesResponse() 51   oneway void notifyConfigResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyConfigResponse() 52 …eway void notifyCreateDataInterfaceResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyCreateDataInterfaceResponse() 53 …eway void notifyDeleteDataInterfaceResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyDeleteDataInterfaceResponse() 54   oneway void notifyDisableResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyDisableResponse() 55   oneway void notifyEnableResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyEnableResponse() [all …] 
 | 
| /hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ | 
| D | IWifiNanIfaceEventCallback.aidl | 42   oneway void eventDisabled(in android.hardware.wifi.NanStatus status);  in eventDisabled() 46   oneway void eventPublishTerminated(in byte sessionId, in android.hardware.wifi.NanStatus status);  in eventPublishTerminated() 47 …oneway void eventSubscribeTerminated(in byte sessionId, in android.hardware.wifi.NanStatus status);  in eventSubscribeTerminated() 48   oneway void eventTransmitFollowup(in char id, in android.hardware.wifi.NanStatus status);  in eventTransmitFollowup() 50 …oneway void notifyCapabilitiesResponse(in char id, in android.hardware.wifi.NanStatus status, in a…  in notifyCapabilitiesResponse() 51   oneway void notifyConfigResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyConfigResponse() 52 …eway void notifyCreateDataInterfaceResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyCreateDataInterfaceResponse() 53 …eway void notifyDeleteDataInterfaceResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyDeleteDataInterfaceResponse() 54   oneway void notifyDisableResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyDisableResponse() 55   oneway void notifyEnableResponse(in char id, in android.hardware.wifi.NanStatus status);  in notifyEnableResponse() [all …] 
 | 
| /hardware/interfaces/wifi/supplicant/1.0/vts/functional/ | 
| D | supplicant_sta_network_hidl_test.cpp | 106             [&](const SupplicantStatus& status, int network_id) {  in removeNetwork() 110         sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) {  in removeNetwork() 159         new NetworkCallback(), [&](const SupplicantStatus& status) {  in TEST_P() 194     sta_network_->setSsid(ssid_, [](const SupplicantStatus& status) {  in TEST_P() 198         [&](const SupplicantStatus& status, const hidl_vec<uint8_t>& get_ssid) {  in TEST_P() 210     sta_network_->setBssid(set_bssid, [](const SupplicantStatus& status) {  in TEST_P() 229     sta_network_->setKeyMgmt(kTestKeyMgmt, [](const SupplicantStatus& status) {  in TEST_P() 233         [&](const SupplicantStatus& status, uint32_t key_mgmt) {  in TEST_P() 246     sta_network_->setProto(kTestProto, [](const SupplicantStatus& status) {  in TEST_P() 249     sta_network_->getProto([&](const SupplicantStatus& status, uint32_t proto) {  in TEST_P() [all …] 
 | 
| /hardware/interfaces/wifi/supplicant/1.2/vts/functional/ | 
| D | supplicant_sta_network_hidl_test.cpp | 59     sta_network_->setSaePassword(password, [](const SupplicantStatus &status) {  in TEST_P() 64         [&password](const SupplicantStatus &status, std::string passwordOut) {  in TEST_P() 77         passwordId, [](const SupplicantStatus &status) {  in TEST_P() 96         groupMgmtCipher, [](const SupplicantStatus &status) {  in TEST_P() 114     sta_network_->setKeyMgmt_1_2(keyMgmt, [](const SupplicantStatus &status) {  in TEST_P() 124         [&keyMgmt](const SupplicantStatus &status, uint32_t keyMgmtOut) {  in TEST_P() 143         groupCipher, [](const SupplicantStatus &status) {  in TEST_P() 173         pairwiseCipher, [](const SupplicantStatus &status) {  in TEST_P() 200         [](const SupplicantStatus &status) {  in TEST_P() 205         [](const SupplicantStatus &status) {  in TEST_P() [all …] 
 | 
| /hardware/interfaces/tv/tuner/aidl/vts/functional/ | 
| D | DemuxTests.cpp | 20     ndk::ScopedAStatus status;  in getDemuxIds()  local 27     auto status = mService->openDemux(&id, &mDemux);  in openDemux()  local 36     auto status = mService->openDemuxById(demuxId, &mDemux);  in openDemuxById()  local 45     auto status = mDemux->setFrontendDataSource(frontendId);  in setDemuxFrontendDataSource()  local 50     auto status = mService->getDemuxCaps(&demuxCaps);  in getDemuxCaps()  local 55     auto status = mService->getDemuxInfo(demuxId, &demuxInfo);  in getDemuxInfo()  local 62     auto status = mDemux->getAvSyncHwId(filter, &avSyncHwId);  in getAvSyncId()  local 70     auto status = mDemux->getAvSyncTime(avSyncId, &syncTime);  in getAvSyncTime()  local 76     auto status = mDemux->close();  in closeDemux()  local
  | 
| D | DescramblerTests.cpp | 26         ScopedAStatus status = mMediaCasServiceAidl->isSystemIdSupported(caSystemId, &rst);  in createCasPlugin()  local 37         auto status = mMediaCasServiceHidl->isSystemIdSupported(caSystemId);  in createCasPlugin()  local 64         ScopedAStatus status = mCasAidl->openSession(intent, mode, &sessionId);  in openCasSession()  local 72             ScopedAStatus status = mCasAidl->setSessionPrivateData(sessionId, pvtData);  in openCasSession()  local 84                 intent, mode, [&](Status status, const hidl_vec<uint8_t>& id) {  in openCasSession() 95             auto status = mCasHidl->setSessionPrivateData(sessionId, pvtData);  in openCasSession()  local 116             ScopedAStatus status = mCasAidl->provision(provisonStr);  in getKeyToken()  local 134     ndk::ScopedAStatus status;  in openDescrambler()  local 151     ndk::ScopedAStatus status;  in setKeyToken()  local 168     ndk::ScopedAStatus status;  in addPid()  local [all …] 
 | 
| D | DvrTests.cpp | 157             android::status_t status = recordMQEventFlag->wait(  in recordThreadLoop()  local 200     ndk::ScopedAStatus status;  in openDvrInDemux()  local 224     ndk::ScopedAStatus status = mDvrPlayback->configure(setting);  in configDvrPlayback()  local 230     ndk::ScopedAStatus status = mDvrRecord->configure(setting);  in configDvrRecord()  local 236     ndk::ScopedAStatus status;  in getDvrPlaybackMQDescriptor()  local 246     ndk::ScopedAStatus status;  in getDvrRecordMQDescriptor()  local 256     ndk::ScopedAStatus status;  in attachFilterToDvr()  local 266     ndk::ScopedAStatus status;  in detachFilterToDvr()  local 276     ndk::ScopedAStatus status;  in startDvrPlayback()  local 286     ndk::ScopedAStatus status;  in stopDvrPlayback()  local [all …] 
 | 
| D | LnbTests.cpp | 36     ndk::ScopedAStatus status;  in getLnbIds()  local 42     ndk::ScopedAStatus status;  in openLnbById()  local 48     ndk::ScopedAStatus status;  in openLnbByName()  local 72     ndk::ScopedAStatus status = mLnb->setVoltage(voltage);  in setVoltage()  local 81     ndk::ScopedAStatus status = mLnb->setTone(tone);  in setTone()  local 90     ndk::ScopedAStatus status = mLnb->setSatellitePosition(position);  in setSatellitePosition()  local 99     ndk::ScopedAStatus status = mLnb->sendDiseqcMessage(diseqcMsg);  in sendDiseqcMessage()  local 108     ndk::ScopedAStatus status = mLnb->close();  in closeLnb()  local
  | 
| D | FilterTests.cpp | 175     ndk::ScopedAStatus status;  in openFilterInDemux()  local 188     ndk::ScopedAStatus status;  in getNewlyOpenedFilterId_64bit()  local 214     ndk::ScopedAStatus status = mFilters[filterId]->getAvSharedHandle(&avMemory, &avMemSize);  in getSharedAvMemoryHandle()  local 224     ndk::ScopedAStatus status;  in releaseShareAvHandle()  local 237     ndk::ScopedAStatus status;  in configFilter()  local 245     ndk::ScopedAStatus status;  in configAvFilterStreamType()  local 253     ndk::ScopedAStatus status;  in configIpFilterCid()  local 265     ndk::ScopedAStatus status;  in getFilterMQDescriptor()  local 276     ndk::ScopedAStatus status = mFilters[filterId]->start();  in startFilter()  local 283     ndk::ScopedAStatus status = mFilters[filterId]->stop();  in stopFilter()  local [all …] 
 | 
| /hardware/interfaces/thermal/2.0/vts/functional/ | 
| D | VtsHalThermalV2_0TargetTest.cpp | 78             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in SetUp() 83             [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in SetUp() 90             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TearDown() 95             [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in TearDown() 121             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); });  in TEST_P() 126             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); });  in TEST_P() 132         [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() 137         [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() 140     ret = mThermal->unregisterThermalChangedCallback(nullptr, [](ThermalStatus status) {  in TEST_P() 152         [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() [all …] 
 | 
| /hardware/interfaces/thermal/utils/tests/ | 
| D | ThermalHidlWrapperTest.cpp | 104                 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in SetUp() 109                 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in SetUp() 116                 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TearDown() 121                 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in TearDown() 147             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); });  in TEST_P() 152             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); });  in TEST_P() 158             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() 163             [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() 166     ret = mThermal->unregisterThermalChangedCallback(nullptr, [](ThermalStatus status) {  in TEST_P() 178             [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); });  in TEST_P() [all …] 
 | 
| /hardware/interfaces/neuralnetworks/1.3/utils/src/ | 
| D | Callbacks.cpp | 51         V1_0::ErrorStatus status, const sp<V1_0::IPreparedModel>& preparedModel) {  in prepareModelCallback() 73         ErrorStatus status, const hidl_vec<bool>& supportedOperations) {  in supportedOperationsCallback() 79         ErrorStatus status, const sp<IPreparedModel>& preparedModel) {  in prepareModelCallback() 85         ErrorStatus status, const hidl_vec<V1_2::OutputShape>& outputShapes,  in executionCallback() 97 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status,  in notify() 103 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus status,  in notify_1_2() 109 Return<void> PreparedModelCallback::notify_1_3(ErrorStatus status,  in notify_1_3() 125 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) {  in notify() 130 Return<void> ExecutionCallback::notify_1_2(V1_0::ErrorStatus status,  in notify_1_2() 137 Return<void> ExecutionCallback::notify_1_3(ErrorStatus status,  in notify_1_3()
  | 
| /hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/ | 
| D | phNxpEseProto7816_3.cpp | 288   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendRawFrame()  local 310   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_GetRawFrame()  local 350   ESESTATUS status = ESESTATUS_SUCCESS;  in phNxpEseProto7816_CheckLRC()  local 382   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendSFrame()  local 530   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_sendRframe()  local 560   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendIframe()  local 737   ESESTATUS status = phNxpEse_StoreDatainList(data_len, p_data);  in phNxpEseProto7816_SaveIframeData()  local 1011   ESESTATUS status = ESESTATUS_SUCCESS;  in phNxpEseProto7816_DecodeFrame()  local 1476   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_ProcessResponse()  local 1589   ESESTATUS status = ESESTATUS_FAILED;  in TransceiveProcess()  local [all …] 
 | 
| /hardware/interfaces/tv/tuner/1.0/vts/functional/ | 
| D | LnbTests.cpp | 34     Result status;  in getLnbIds()  local 43     Result status;  in openLnbById()  local 52     Result status;  in openLnbByName()  local 77     Result status = mLnb->setVoltage(voltage);  in setVoltage()  local 86     Result status = mLnb->setTone(tone);  in setTone()  local 95     Result status = mLnb->setSatellitePosition(position);  in setSatellitePosition()  local 104     Result status = mLnb->sendDiseqcMessage(diseqcMsg);  in sendDiseqcMessage()  local 113     Result status = mLnb->close();  in closeLnb()  local
  | 
| D | DescramblerTests.cpp | 20     auto status = mMediaCasService->isSystemIdSupported(caSystemId);  in createCasPlugin()  local 46             mCas->openSession_1_2(intent, mode, [&](Status status, const hidl_vec<uint8_t>& id) {  in openCasSession() 57         auto status = mCas->setSessionPrivateData(sessionId, hidlPvtData);  in openCasSession()  local 87     Result status;  in openDescrambler()  local 107     Result status;  in setKeyToken()  local 123     Result status;  in addPid()  local 139     Result status;  in removePid()  local 155     Result status;  in closeDescrambler()  local
  | 
| /hardware/nxp/nfc/pn8x/1.1/ | 
| D | Nfc.cpp | 63   NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback);  in open()  local 75   NFCSTATUS status = phNxpNciHal_core_initialized(copy.size(), ©[0]);  in coreInitialized()  local 80   NFCSTATUS status = phNxpNciHal_pre_discover();  in prediscover()  local 88   NFCSTATUS status = phNxpNciHal_close(false);  in close()  local 102   NFCSTATUS status = phNxpNciHal_control_granted();  in controlGranted()  local 107   NFCSTATUS status = phNxpNciHal_power_cycle();  in powerCycle()  local 121   NFCSTATUS status = phNxpNciHal_configDiscShutdown();  in closeForPowerOffCase()  local
  | 
| /hardware/st/secure_element/1.2/ | 
| D | SecureElement.cpp | 51   ESESTATUS status = ESESTATUS_SUCCESS;  in init()  local 81   ESESTATUS status = ESESTATUS_SUCCESS;  in init_1_1()  local 128   ESESTATUS status = ESESTATUS_FAILED;  in transmit()  local 175     ESESTATUS status = seHalInit();  in openLogicalChannel()  local 185   ESESTATUS status = ESESTATUS_FAILED;  in openLogicalChannel()  local 320     ESESTATUS status = seHalInit();  in openBasicChannel()  local 330   ESESTATUS status = ESESTATUS_FAILED;  in openBasicChannel()  local 403   ESESTATUS status = ESESTATUS_FAILED;  in closeChannel()  local 478   ESESTATUS status = ESESTATUS_SUCCESS;  in seHalInit()  local 490   ESESTATUS status = ESESTATUS_SUCCESS;  in seHalResetSe()  local [all …] 
 | 
| /hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/ | 
| D | phNxpEseProto7816_3.cpp | 64   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendRawFrame()  local 87   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_GetRawFrame()  local 126   ESESTATUS status = ESESTATUS_SUCCESS;  in phNxpEseProto7816_CheckLRC()  local 154   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendSFrame()  local 242   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_sendRframe()  local 272   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_SendIframe()  local 418   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProro7816_SaveIframeData()  local 566   ESESTATUS status = ESESTATUS_SUCCESS;  in phNxpEseProto7816_DecodeFrame()  local 893   ESESTATUS status = ESESTATUS_FAILED;  in phNxpEseProto7816_ProcessResponse()  local 991   ESESTATUS status = ESESTATUS_FAILED;  in TransceiveProcess()  local [all …] 
 | 
| /hardware/nxp/nfc/snxxx/1.1/ | 
| D | Nfc.cpp | 66   NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback);  in open()  local 78   NFCSTATUS status = phNxpNciHal_core_initialized(copy.size(), ©[0]);  in coreInitialized()  local 83   NFCSTATUS status = phNxpNciHal_pre_discover();  in prediscover()  local 91   NFCSTATUS status = phNxpNciHal_close(false);  in close()  local 105   NFCSTATUS status = phNxpNciHal_control_granted();  in controlGranted()  local 110   NFCSTATUS status = phNxpNciHal_power_cycle();  in powerCycle()  local 124   NFCSTATUS status = phNxpNciHal_configDiscShutdown();  in closeForPowerOffCase()  local
  | 
| /hardware/interfaces/neuralnetworks/1.2/utils/src/ | 
| D | Callbacks.cpp | 47         V1_0::ErrorStatus status, const sp<V1_0::IPreparedModel>& preparedModel) {  in prepareModelCallback() 64         V1_0::ErrorStatus status, const sp<IPreparedModel>& preparedModel) {  in prepareModelCallback() 70         V1_0::ErrorStatus status, const hidl_vec<OutputShape>& outputShapes, const Timing& timing) {  in executionCallback() 81 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status,  in notify() 87 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus status,  in notify_1_2() 103 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) {  in notify() 108 Return<void> ExecutionCallback::notify_1_2(V1_0::ErrorStatus status,  in notify_1_2()
  | 
| /hardware/interfaces/neuralnetworks/1.0/utils/src/ | 
| D | Callbacks.cpp | 42         ErrorStatus status, const hidl_vec<bool>& supportedOperations) {  in supportedOperationsCallback() 48         ErrorStatus status, const sp<IPreparedModel>& preparedModel) {  in prepareModelCallback() 54         ErrorStatus status) {  in executionCallback() 59 Return<void> PreparedModelCallback::notify(ErrorStatus status,  in notify() 75 Return<void> ExecutionCallback::notify(ErrorStatus status) {  in notify()
  | 
| /hardware/interfaces/wifi/aidl/vts/functional/ | 
| D | wifi_nan_iface_aidl_test.cpp | 136         std::cv_status status = std::cv_status::no_timeout;  in wait()  local 179         ::ndk::ScopedAStatus eventDisabled(const NanStatus& status) override {  in eventDisabled() 201                                                     const NanStatus& status) override {  in eventPublishTerminated() 208                                                       const NanStatus& status) override {  in eventSubscribeTerminated() 214         ::ndk::ScopedAStatus eventTransmitFollowup(char16_t id, const NanStatus& status) override {  in eventTransmitFollowup() 249                 char16_t id, const NanStatus& status,  in notifyCapabilitiesResponse() 257         ::ndk::ScopedAStatus notifyConfigResponse(char16_t id, const NanStatus& status) override {  in notifyConfigResponse() 264                                                                const NanStatus& status) override {  in notifyCreateDataInterfaceResponse() 271                                                                const NanStatus& status) override {  in notifyDeleteDataInterfaceResponse() 277         ::ndk::ScopedAStatus notifyDisableResponse(char16_t id, const NanStatus& status) override {  in notifyDisableResponse() [all …] 
 | 
| /hardware/nxp/nfc/pn8x/1.2/ | 
| D | Nfc.cpp | 62   NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback);  in open()  local 74   NFCSTATUS status = phNxpNciHal_core_initialized(copy.size(), ©[0]);  in coreInitialized()  local 79   NFCSTATUS status = phNxpNciHal_pre_discover();  in prediscover()  local 87   NFCSTATUS status = phNxpNciHal_close(false);  in close()  local 101   NFCSTATUS status = phNxpNciHal_control_granted();  in controlGranted()  local 106   NFCSTATUS status = phNxpNciHal_power_cycle();  in powerCycle()  local 120   NFCSTATUS status = phNxpNciHal_configDiscShutdown();  in closeForPowerOffCase()  local
  |