Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
DNfcAdaptation.cc112 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent_1_1() argument
113 mEventCallback((uint8_t)event, (tHAL_NFC_STATUS)event_status); in sendEvent_1_1()
118 ::android::hardware::nfc::V1_0::NfcStatus event_status) override { in sendEvent() argument
119 mEventCallback((uint8_t)event, (tHAL_NFC_STATUS)event_status); in sendEvent()
581 nfc_status_t event_status) { in HalDeviceContextCallback() argument
584 if (mHalCallback) mHalCallback(event, (tHAL_NFC_STATUS)event_status); in HalDeviceContextCallback()
753 nfc_status_t event_status) { in HalDownloadFirmwareCallback() argument
761 if (event_status == HAL_NFC_STATUS_OK) isDownloadFirmwareCompleted = true; in HalDownloadFirmwareCallback()
/system/nfc/src/include/
DNfcAdaptation.h117 nfc_status_t event_status);
133 nfc_status_t event_status);