Searched refs:eventCallback (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/nfc/1.0/default/ |
D | Nfc.h | 33 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
|
D | Nfc.cpp | 27 int ret = mDevice->open(mDevice, eventCallback, dataCallback); in open()
|
/hardware/nxp/nfc/1.1/ |
D | Nfc.h | 65 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
|
D | Nfc.cpp | 63 NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback); in open()
|
/hardware/nxp/nfc/1.2/ |
D | Nfc.h | 67 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
|
D | Nfc.cpp | 62 NFCSTATUS status = phNxpNciHal_open(eventCallback, dataCallback); in open()
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.h | 66 static void eventCallback(const hdmi_event_t* event, void* /* arg */) { in eventCallback() function
|
D | HdmiCec.cpp | 329 mDevice->register_event_callback(mDevice, eventCallback, nullptr); in setCallback()
|
/hardware/interfaces/tv/cec/2.0/default/ |
D | HdmiCec.h | 73 static void eventCallback(const hdmi_event_t* event, void* /* arg */) { in eventCallback() function
|
D | HdmiCec.cpp | 344 mDevice->register_event_callback(mDevice, eventCallback, nullptr); in setCallback()
|