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

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h91 static void HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status);
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp348 mHalDeviceContext->open (mHalDeviceContext, HalDeviceContextCallback, HalDeviceContextDataCallback);
373 ** Function: NfcAdaptation::HalDeviceContextCallback
381 void NfcAdaptation::HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status) function in class:NfcAdaptation
383 const char* func = "NfcAdaptation::HalDeviceContextCallback";

Completed in 110 milliseconds