Searched refs:HalDeviceContextCallback (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h90 static void HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status);
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp378 mHalDeviceContext->open (mHalDeviceContext, HalDeviceContextCallback, HalDeviceContextDataCallback);
403 ** Function: NfcAdaptation::HalDeviceContextCallback
411 void NfcAdaptation::HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status) function in class:NfcAdaptation
413 const char* func = "NfcAdaptation::HalDeviceContextCallback";

Completed in 99 milliseconds