Home
last modified time | relevance | path

Searched refs:event_status (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/
Dhci_layer_test.cc348 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
349 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
391 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
392 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
439 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
440 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
469 event_status = event_future.wait_for(kTimeout); in TEST_F()
470 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
495 event_status = event_future.wait_for(kTimeout); in TEST_F()
496 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
[all …]
/system/nfc/src/adaptation/
DNfcAdaptation.cc116 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent_1_1() argument
117 mEventCallback((uint8_t)event, (tHAL_NFC_STATUS)event_status); in sendEvent_1_1()
122 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent() argument
123 mEventCallback((uint8_t)event, (tHAL_NFC_STATUS)event_status); in sendEvent()
610 nfc_status_t event_status) { in HalDeviceContextCallback() argument
613 if (mHalCallback) mHalCallback(event, (tHAL_NFC_STATUS)event_status); in HalDeviceContextCallback()
782 nfc_status_t event_status) { in HalDownloadFirmwareCallback() argument
790 if (event_status == HAL_NFC_STATUS_OK) isDownloadFirmwareCompleted = true; in HalDownloadFirmwareCallback()
/system/nfc/src/include/
DNfcAdaptation.h122 nfc_status_t event_status);
138 nfc_status_t event_status);