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