OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nfc_event_t
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/include/
NfcAdaptation.h
91
static void HalDeviceContextCallback (
nfc_event_t
event, nfc_status_t event_status);
104
static void HalDownloadFirmwareCallback (
nfc_event_t
event, nfc_status_t event_status);
/hardware/libhardware/include/hardware/
nfc.h
68
typedef uint8_t
nfc_event_t
;
typedef
97
typedef void (nfc_stack_callback_t) (
nfc_event_t
event, nfc_status_t event_status);
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
381
void NfcAdaptation::HalDeviceContextCallback (
nfc_event_t
event, nfc_status_t event_status)
573
void NfcAdaptation::HalDownloadFirmwareCallback (
nfc_event_t
event, nfc_status_t event_status)
Completed in 188 milliseconds