Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp131 if (!res && mHandler.EventDiscEngEvent) { in handleNanIndication()
132 (*mHandler.EventDiscEngEvent)(&discEngEventInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp87 if (!res && mHandler.EventDiscEngEvent) { in handleNanIndication()
88 (*mHandler.EventDiscEngEvent)(&discEngEventInd); in handleNanIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3084 void (*EventDiscEngEvent) (NanDiscEngEventInd* event); member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp3502 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
3511 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
4754 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp5042 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
5051 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
6679 GET_NAN_HANDLE(info)->mHandlers.EventDiscEngEvent(&de_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6497 handlers.EventDiscEngEvent = OnNanEventDiscEngEvent; in nan_init_handlers()