Home
last modified time | relevance | path

Searched defs:event_status (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/nfc/1.2/vts/functional/
H A DVtsHalNfcV1_2TargetTest.cpp64 Return<void> sendEvent_1_1(NfcEvent event, NfcStatus event_status) override { in sendEvent_1_1()
74 __attribute__((unused)) NfcStatus event_status) override { in sendEvent()
/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc85 nfc_status_t event_status; member
109 nfc_status_t event_status = pcb_data->event_status; in async_callback_thread_fct() local
227 static void async_callback_post(nfc_event_t event, nfc_status_t event_status) { in async_callback_post()
/aosp12/hardware/interfaces/nfc/1.1/vts/functional/
H A DVtsHalNfcV1_1TargetTest.cpp64 Return<void> sendEvent_1_1(NfcEvent event, NfcStatus event_status) override { in sendEvent_1_1()
74 __attribute__((unused)) NfcStatus event_status) override { in sendEvent()
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc92 nfc_status_t event_status; member
116 nfc_status_t event_status = pcb_data->event_status; in async_callback_thread_fct() local
234 static void async_callback_post(nfc_event_t event, nfc_status_t event_status) { in async_callback_post()
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc116 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent_1_1()
122 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent()
613 nfc_status_t event_status) { in HalDeviceContextCallback()
785 nfc_status_t event_status) { in HalDownloadFirmwareCallback()
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc453 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
471 auto event_status = event_future.wait_for(HciLayer::kHciTimeoutMs); in TEST_F() local
516 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
563 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
646 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
676 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
722 auto event_status = event_future.wait_for(kTimeout); in TEST_F() local
/aosp12/hardware/st/nfc/1.0/
H A Dhal_wrapper.c161 static void halWrapperCallback(uint8_t event, uint8_t event_status) { in halWrapperCallback()
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dhal.cc39 bool nfc_stack_cback(nfc_event_t event, nfc_status_t event_status) { in nfc_stack_cback()
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc561 static void halWrapperCallback(uint8_t event, __attribute__((unused))uint8_t event_status) { in halWrapperCallback()
/aosp12/hardware/interfaces/nfc/1.0/vts/functional/
H A DVtsHalNfcV1_0TargetTest.cpp81 Return<void> sendEvent(NfcEvent event, NfcStatus event_status) override { in sendEvent()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp676 auto event_status = client->GetEventMask(pfd.revents); in TEST_F() local
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub-test.cpp165 auto event_status = c->GetEventMask(event.events); in TEST_F() local