Home
last modified time | relevance | path

Searched refs:EventMatch (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp94 if (!res && mHandler.EventMatch) { in handleNanIndication()
95 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp60 if (!res && mHandler.EventMatch) { in handleNanIndication()
61 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3080 void (*EventMatch) (NanMatchInd* event); member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1676 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
4901 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3010 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
6843 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6493 handlers.EventMatch = OnNanEventMatch; in nan_init_handlers()