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.cc453 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
454 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
471 auto event_status = event_future.wait_for(HciLayer::kHciTimeoutMs); in TEST_F() local
472 ASSERT_NE(event_status, std::future_status::ready); in TEST_F()
516 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
517 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
563 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
564 ASSERT_EQ(event_status, std::future_status::ready); in TEST_F()
592 event_status = event_future.wait_for(kTimeout); in TEST_F()
593 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()
613 nfc_status_t event_status) { in HalDeviceContextCallback() argument
616 if (mHalCallback) mHalCallback(event, (tHAL_NFC_STATUS)event_status); in HalDeviceContextCallback()
785 nfc_status_t event_status) { in HalDownloadFirmwareCallback() argument
793 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);