Home
last modified time | relevance | path

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

/hardware/interfaces/nfc/aidl/default/
DNfc.h47 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/snxxx/aidl/
DNfc.h64 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.h66 static void eventCallback(const hdmi_event_t* event, void* /* arg */) { in eventCallback() function
/hardware/nxp/uwb/aidl/
Duwb_chip.h47 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/st/nfc/aidl/
DNfc.h53 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/snxxx/1.2/
DNfc.h69 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/interfaces/nfc/1.0/default/
DNfc.h33 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/pn8x/1.1/
DNfc.h65 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/samsung/nfc/1.2/
DSecNfc.h47 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/nxp/nfc/pn8x/1.2/
DNfc.h67 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/snxxx/1.1/
DNfc.h65 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/st/nfc/1.2/
DNfc.h68 static void eventCallback(uint8_t event, uint8_t status) { in eventCallback() function
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp743 sp<IStreamOutEventCallback> eventCallback = self->mEventCallback.load(); in asyncEventCallback() local