HomeSort by relevance Sort by last modified time
    Searched refs:HalDeviceContextCallback (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/include/
NfcAdaptation.h 90 static void HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 378 mHalDeviceContext->open (mHalDeviceContext, HalDeviceContextCallback, HalDeviceContextDataCallback);
403 ** Function: NfcAdaptation::HalDeviceContextCallback
411 void NfcAdaptation::HalDeviceContextCallback (nfc_event_t event, nfc_status_t event_status)
413 const char* func = "NfcAdaptation::HalDeviceContextCallback";

Completed in 259 milliseconds