Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 1475) sorted by relevance

12345678910>>...59

/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl42 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/
DIWifiNanIfaceEventCallback.aidl42 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.3/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp67 [&](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/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl42 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/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl87 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/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp106 [&](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/
Dsupplicant_sta_network_hidl_test.cpp59 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/
DDescramblerTests.cpp26 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 …]
DDemuxTests.cpp20 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
DDvrTests.cpp157 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 …]
DLnbTests.cpp36 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
DFilterTests.cpp175 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/
DVtsHalThermalV2_0TargetTest.cpp78 [](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/
DThermalHidlWrapperTest.cpp104 [](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/
DCallbacks.cpp51 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/
DphNxpEseProto7816_3.cpp279 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendRawFrame() local
301 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_GetRawFrame() local
341 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_CheckLRC() local
373 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendSFrame() local
521 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_sendRframe() local
551 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendIframe() local
728 ESESTATUS status = phNxpEse_StoreDatainList(data_len, p_data); in phNxpEseProto7816_SaveIframeData() local
1029 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_DecodeAtrRsp() local
1074 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_DecodeFrame() local
1527 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_ProcessResponse() local
[all …]
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DLnbTests.cpp34 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
DDescramblerTests.cpp20 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/st/secure_element/1.2/
DSecureElement.cpp55 ESESTATUS status = ESESTATUS_SUCCESS; in init() local
85 ESESTATUS status = ESESTATUS_SUCCESS; in init_1_1() local
132 ESESTATUS status = ESESTATUS_FAILED; in transmit() local
179 ESESTATUS status = seHalInit(); in openLogicalChannel() local
189 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local
324 ESESTATUS status = seHalInit(); in openBasicChannel() local
334 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local
407 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local
482 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local
494 ESESTATUS status = ESESTATUS_SUCCESS; in seHalResetSe() local
[all …]
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp64 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/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp142 std::cv_status status = std::cv_status::no_timeout; in wait() local
185 ::ndk::ScopedAStatus eventDisabled(const NanStatus& status) override { in eventDisabled()
207 const NanStatus& status) override { in eventPublishTerminated()
214 const NanStatus& status) override { in eventSubscribeTerminated()
220 ::ndk::ScopedAStatus eventTransmitFollowup(char16_t id, const NanStatus& status) override { in eventTransmitFollowup()
255 char16_t id, const NanStatus& status, in notifyCapabilitiesResponse()
263 ::ndk::ScopedAStatus notifyConfigResponse(char16_t id, const NanStatus& status) override { in notifyConfigResponse()
270 const NanStatus& status) override { in notifyCreateDataInterfaceResponse()
277 const NanStatus& status) override { in notifyDeleteDataInterfaceResponse()
283 ::ndk::ScopedAStatus notifyDisableResponse(char16_t id, const NanStatus& status) override { in notifyDisableResponse()
[all …]
/hardware/nxp/nfc/pn8x/1.1/
DNfc.cpp63 NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback); in open() local
75 NFCSTATUS status = phNxpNciHal_core_initialized(copy.size(), &copy[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/interfaces/neuralnetworks/1.2/utils/src/
DCallbacks.cpp47 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/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp43 [&sessionId](Status status, const SessionId& id) { in openSession()
59 [&sessionId](Status status, const SessionId& id) { in openSession()
128 [&](Status status, const hidl_vec<uint8_t>& myKeySetId) { in loadKeys()
142 [&](Status status, const SessionId& /* id */) { in TEST_P()
186 [&](Status status, const hidl_vec<uint8_t>&, KeyRequestType, in TEST_P()
200 [&](Status status, const HdcpLevel &connectedLevel, in TEST_P()
219 [&](Status status, uint32_t currentSessions, in TEST_P()
236 [&](Status status, uint32_t currentSessions, in TEST_P()
248 [&](Status status, uint32_t currentSessions, in TEST_P()
257 [&](Status status, uint32_t currentSessions, in TEST_P()
[all …]
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp111 std::cv_status status = std::cv_status::no_timeout; in wait() local
135 const WifiNanStatus& status, in notifyCapabilitiesResponse()
149 const WifiNanStatus& status) override { in notifyEnableResponse()
161 const WifiNanStatus& status) override { in notifyConfigResponse()
173 const WifiNanStatus& status) override { in notifyDisableResponse()
185 const WifiNanStatus& status, in notifyStartPublishResponse()
199 const WifiNanStatus& status) override { in notifyStopPublishResponse()
211 const WifiNanStatus& status, in notifyStartSubscribeResponse()
225 const WifiNanStatus& status) override { in notifyStopSubscribeResponse()
237 const WifiNanStatus& status) override { in notifyTransmitFollowupResponse()
[all …]

12345678910>>...59