Home
last modified time | relevance | path

Searched defs:eventCallback (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.h66 static void eventCallback(const hdmi_event_t* event, void* /* arg */) { in eventCallback() function
/hardware/interfaces/tv/cec/2.0/default/
DHdmiCec.h73 static void eventCallback(const hdmi_event_t* event, void* /* arg */) { in eventCallback() function
/hardware/interfaces/nfc/1.0/default/
DNfc.h33 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/st/nfc/1.1/
DNfc.h66 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/1.2/
DNfc.h67 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/st/nfc/1.2/
DNfc.h67 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/1.1/
DNfc.h65 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp631 sp<IStreamOutEventCallback> eventCallback = self->mEventCallback; in asyncEventCallback() local