Home
last modified time | relevance | path

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

12345678910>>...40

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp108 [&](const SupplicantStatus& status, int network_id) { in removeNetwork()
112 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) { in removeNetwork()
161 new NetworkCallback(), [](const SupplicantStatus& status) { in TEST_P()
192 sta_network_->setSsid(ssid_, [](const SupplicantStatus& status) { in TEST_P()
196 [&](const SupplicantStatus& status, const hidl_vec<uint8_t>& get_ssid) { in TEST_P()
208 sta_network_->setBssid(set_bssid, [](const SupplicantStatus& status) { in TEST_P()
224 sta_network_->setKeyMgmt(kTestKeyMgmt, [](const SupplicantStatus& status) { in TEST_P()
228 [&](const SupplicantStatus& status, uint32_t key_mgmt) { in TEST_P()
238 sta_network_->setProto(kTestProto, [](const SupplicantStatus& status) { in TEST_P()
241 sta_network_->getProto([&](const SupplicantStatus& status, uint32_t proto) { in TEST_P()
[all …]
Dsupplicant_sta_iface_hidl_test.cpp193 new IfaceCallback(), [](const SupplicantStatus& status) { in TEST_P()
232 sta_iface_->listNetworks([](const SupplicantStatus& status, in TEST_P()
243 sta_iface_->reassociate([](const SupplicantStatus& status) { in TEST_P()
252 sta_iface_->reconnect([](const SupplicantStatus& status) { in TEST_P()
262 sta_iface_->disconnect([](const SupplicantStatus& status) { in TEST_P()
271 sta_iface_->setPowerSave(true, [](const SupplicantStatus& status) { in TEST_P()
274 sta_iface_->setPowerSave(false, [](const SupplicantStatus& status) { in TEST_P()
284 mac_addr_, [](const SupplicantStatus& status) { in TEST_P()
294 mac_addr_, [](const SupplicantStatus& status) { in TEST_P()
304 mac_addr_, [](const SupplicantStatus& status) { in TEST_P()
[all …]
Dsupplicant_hidl_test.cpp83 const hidl_vec<ISupplicant::IfaceInfo>& hidl_ifaces) { in TEST_P()
116 [&](const SupplicantStatus& status, const sp<ISupplicantIface>& iface) { in TEST_P()
133 [](const SupplicantStatus& status) { in TEST_P()
150 [](const SupplicantStatus& status) { in TEST_P()
168 [](const SupplicantStatus& status) { in TEST_P()
186 [](const SupplicantStatus& status) { in TEST_P()
198 IfaceType::STA, [](const SupplicantStatus& status) { in TEST_P()
203 IfaceType::P2P, [](const SupplicantStatus& status) { in TEST_P()
/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()
122 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); }); in TEST_P()
127 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::FAILURE, status.code); }); in TEST_P()
133 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P()
138 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P()
141 ret = mThermal->unregisterThermalChangedCallback(nullptr, [](ThermalStatus status) { in TEST_P()
153 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P()
[all …]
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp58 sta_network_->setSaePassword(password, [](const SupplicantStatus &status) { in TEST_F()
63 [&password](const SupplicantStatus &status, std::string passwordOut) { in TEST_F()
76 passwordId, [](const SupplicantStatus &status) { in TEST_F()
95 groupMgmtCipher, [](const SupplicantStatus &status) { in TEST_F()
113 sta_network_->setKeyMgmt_1_2(keyMgmt, [](const SupplicantStatus &status) { in TEST_F()
118 [&keyMgmt](const SupplicantStatus &status, uint32_t keyMgmtOut) { in TEST_F()
132 groupCipher, [](const SupplicantStatus &status) { in TEST_F()
152 pairwiseCipher, [](const SupplicantStatus &status) { in TEST_F()
169 [](const SupplicantStatus &status) { in TEST_F()
174 [](const SupplicantStatus &status) { in TEST_F()
[all …]
Dsupplicant_p2p_iface_hidl_test.cpp67 is_join, [](const SupplicantStatus& status) { in TEST_F()
87 [](const SupplicantStatus& status) { in TEST_F()
106 [](const SupplicantStatus& status) { in TEST_F()
125 [](const SupplicantStatus& status) { in TEST_F()
130 bool isMacRandomizationSupported(const SupplicantStatus& status) { in isMacRandomizationSupported()
138 p2p_iface_->setMacRandomization(true, [](const SupplicantStatus& status) { in TEST_F()
144 p2p_iface_->setMacRandomization(true, [](const SupplicantStatus& status) { in TEST_F()
149 p2p_iface_->setMacRandomization(false, [](const SupplicantStatus& status) { in TEST_F()
155 p2p_iface_->setMacRandomization(false, [](const SupplicantStatus& status) { in TEST_F()
/hardware/st/secure_element/1.2/
DSecureElement.cpp46 ESESTATUS status = ESESTATUS_SUCCESS; in init() local
76 ESESTATUS status = ESESTATUS_SUCCESS; in init_1_1() local
123 ESESTATUS status = ESESTATUS_FAILED; in transmit() local
163 ESESTATUS status = seHalInit(); in openLogicalChannel() local
173 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local
301 ESESTATUS status = seHalInit(); in openBasicChannel() local
311 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local
384 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local
459 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local
471 ESESTATUS status = ESESTATUS_SUCCESS; in seHalResetSe() local
[all …]
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp100 std::cv_status status = std::cv_status::no_timeout; in wait() local
124 const WifiNanStatus& status, in notifyCapabilitiesResponse()
138 const WifiNanStatus& status) override { in notifyEnableResponse()
150 const WifiNanStatus& status) override { in notifyConfigResponse()
162 const WifiNanStatus& status) override { in notifyDisableResponse()
174 const WifiNanStatus& status, in notifyStartPublishResponse()
188 const WifiNanStatus& status) override { in notifyStopPublishResponse()
200 const WifiNanStatus& status, in notifyStartSubscribeResponse()
214 const WifiNanStatus& status) override { in notifyStopSubscribeResponse()
226 const WifiNanStatus& status) override { in notifyTransmitFollowupResponse()
[all …]
/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/nxp/secure_element/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/nxp/nfc/halimpl/hal/
DphNxpNciHal.cc338 NFCSTATUS status = NFCSTATUS_REJECTED; in phNxpNciHal_fw_download() local
423 NFCSTATUS status = NFCSTATUS_NOT_ALLOWED; in phNxpNciHal_CheckValidFwVersion() local
557 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_MinOpen() local
783 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_open() local
828 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_fw_mw_ver_check() local
853 static void phNxpNciHal_MinOpen_complete(NFCSTATUS status) { in phNxpNciHal_MinOpen_complete()
871 static void phNxpNciHal_open_complete(NFCSTATUS status) { in phNxpNciHal_open_complete()
923 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_write_internal() local
991 NFCSTATUS status = NFCSTATUS_INVALID_PARAMETER; in phNxpNciHal_write_unlocked() local
1123 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_read_complete() local
[all …]
DphNxpNciHal_NfcDepSWPrio.cc127 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_stop_polling_loop() local
152 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_resume_polling_loop() local
177 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_start_polling_loop() local
215 NFCSTATUS status = NFCSTATUS_INVALID_PARAMETER; in phNxpNciHal_NfcDep_rsp_ext() local
304 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, CLEAN_UP_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext() local
364 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_NfcDep_comapre_ntf() local
387 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_clean_P2P_Prio() local
416 NFCSTATUS status = NFCSTATUS_SUCCESS; in tmp_thread() local
489 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_select_RF_Discovery() local
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp110 std::cv_status status = std::cv_status::no_timeout; in wait() local
137 uint16_t id, const WifiNanStatus& status, in notifyCapabilitiesResponse()
150 uint16_t id, const WifiNanStatus& status) override { in notifyEnableResponse()
161 uint16_t id, const WifiNanStatus& status) override { in notifyConfigResponse()
172 uint16_t id, const WifiNanStatus& status) override { in notifyDisableResponse()
183 const WifiNanStatus& status, in notifyStartPublishResponse()
196 uint16_t id, const WifiNanStatus& status) override { in notifyStopPublishResponse()
207 const WifiNanStatus& status, in notifyStartSubscribeResponse()
220 uint16_t id, const WifiNanStatus& status) override { in notifyStopSubscribeResponse()
231 uint16_t id, const WifiNanStatus& status) override { in notifyTransmitFollowupResponse()
[all …]
/hardware/st/secure_element/1.1/
DSecureElement.cpp46 ESESTATUS status = ESESTATUS_SUCCESS; in init() local
76 ESESTATUS status = ESESTATUS_SUCCESS; in init_1_1() local
123 ESESTATUS status = ESESTATUS_FAILED; in transmit() local
163 ESESTATUS status = seHalInit(); in openLogicalChannel() local
173 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local
301 ESESTATUS status = seHalInit(); in openBasicChannel() local
311 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local
384 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local
459 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local
471 ESESTATUS status = ESESTATUS_SUCCESS; in seHalResetSe() local
[all …]
/hardware/nxp/nfc/1.1/
DNfc.cpp63 NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback); in open() local
75 NFCSTATUS status = phNxpNciHal_core_initialized(&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/nxp/nfc/1.2/
DNfc.cpp62 NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback); in open() local
74 NFCSTATUS status = phNxpNciHal_core_initialized(&copy[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
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/
Dhostapd_hidl_test.cpp178 new IfaceCallback(), [](const HostapdStatus& status) { in TEST_P()
188 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
199 auto status = in TEST_P() local
211 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
223 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
234 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
244 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
254 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
270 auto status = HIDL_INVOKE(hostapd_, addAccessPoint_1_1, in TEST_P() local
283 auto status = in TEST_P() local
[all …]
/hardware/st/secure_element/1.0/
DSecureElement.cpp51 ESESTATUS status = ESESTATUS_SUCCESS; in init() local
113 ESESTATUS status = ESESTATUS_FAILED; in transmit() local
162 ESESTATUS status = seHalInit(); in openLogicalChannel() local
172 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local
312 ESESTATUS status = seHalInit(); in openBasicChannel() local
322 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local
395 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local
472 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local
485 ESESTATUS status = ESESTATUS_SUCCESS; in seHalResetSe() local
489 ESESTATUS status = seHalInit(); in seHalResetSe() local
[all …]
/hardware/nxp/nfc/halimpl/dnld/
DphNxpNciHal_Dnld.cc215 static void phNxpNciHal_fw_dnld_reset_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset_cb()
240 static NFCSTATUS phNxpNciHal_fw_dnld_reset(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset()
298 static void phNxpNciHal_fw_dnld_normal_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal_cb()
327 static void phNxpNciHal_fw_dnld_force_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force_cb()
359 static NFCSTATUS phNxpNciHal_fw_dnld_normal(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal()
431 static NFCSTATUS phNxpNciHal_fw_dnld_force(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force()
503 static void phNxpNciHal_fw_dnld_get_version_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version_cb()
635 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version()
696 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state_cb()
767 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
Dmedia_video_hidl_test_common.cpp56 android::hardware::media::omx::V1_0::Status status; in enumerateProfileAndLevel() local
81 android::hardware::media::omx::V1_0::Status status; in setupRAWPort() local
104 android::hardware::media::omx::V1_0::Status status; in setupAVCPort() local
130 android::hardware::media::omx::V1_0::Status status; in setupHEVCPort() local
151 android::hardware::media::omx::V1_0::Status status; in setupMPEG4Port() local
179 android::hardware::media::omx::V1_0::Status status; in setupH263Port() local
201 android::hardware::media::omx::V1_0::Status status; in setupVPXPort() local
229 android::hardware::media::omx::V1_0::Status status; in setupVP8Port() local
248 android::hardware::media::omx::V1_0::Status status; in setupVP9Port() local
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp86 ThermalStatus status; in getTemperatures() local
94 ThermalStatus status; in getCpuUsages() local
102 ThermalStatus status; in getCoolingDevices() local
112 ThermalStatus status; in getCurrentTemperatures() local
127 ThermalStatus status; in getTemperatureThresholds() local
142 ThermalStatus status; in getCurrentCoolingDevices() local
158 ThermalStatus status; in registerThermalChangedCallback() local
186 ThermalStatus status; in unregisterThermalChangedCallback() local
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_test.cpp144 [&](Status status, const sp<IDrmPlugin>& plugin) { in TEST_P()
159 [&](Status status, const sp<ICryptoPlugin>& plugin) { in TEST_P()
174 [&](Status status, const sp<IDrmPlugin>& plugin) { in TEST_P()
189 [&](Status status, const sp<ICryptoPlugin>& plugin) { in TEST_P()
235 response, [&](Status status, const hidl_vec<uint8_t>&, in TEST_P()
251 response, [&](Status status, const hidl_vec<uint8_t>&, in TEST_P()
265 auto res = drmPlugin->openSession([&](Status status, const SessionId& id) { in openSession()
278 Status status = drmPlugin->closeSession(sessionId); in closeSession() local
330 [&](Status status, const hidl_vec<uint8_t>& myKeySetId) { in loadKeys()
356 Status status = drmPlugin->closeSession(invalidSessionId); in TEST_P() local
[all …]
/hardware/nxp/secure_element/1.1/
DSecureElement.cpp45 ESESTATUS status = ESESTATUS_SUCCESS; in init() local
86 ESESTATUS status = ESESTATUS_SUCCESS; in init_1_1() local
136 ESESTATUS status = ESESTATUS_FAILED; in transmit() local
172 ESESTATUS status = seHalInit(); in openLogicalChannel() local
181 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local
301 ESESTATUS status = seHalInit(); in openBasicChannel() local
310 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local
381 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local
450 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local
468 ESESTATUS status = ESESTATUS_SUCCESS; in seHalDeInit() local
/hardware/nxp/secure_element/libese-spi/p73/spm/
DphNxpEse_Spm.cpp59 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_Init() local
231 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_DisablePwr() local
253 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_SetPwrScheme() local
277 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_DisablePwrControl() local
300 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_GetState() local
329 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEse_SPM_SetJcopDwnldState() local
/hardware/google/av/codec2/hidl/client/
Dclient.cpp137 c2_status_t status; in query() local
217 c2_status_t status; in config() local
252 c2_status_t status; in querySupportedParams() local
296 c2_status_t status; in querySupportedValues() local
338 c2_status_t status = objcpy(&workItems, workBundle); in onWorkDone() local
362 c2_status_t status; in onTripped() local
459 c2_status_t status; in createComponent() local
503 c2_status_t status; in createInterface() local
554 c2_status_t status = objcpy( in listComponents() local
594 c2_status_t status = static_cast<c2_status_t>(s); in getParamReflector() local
[all …]

12345678910>>...40