Home
last modified time | relevance | path

Searched refs:NanDiscEngEventInd (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h54 int getNanDiscEngEvent(NanDiscEngEventInd *event);
Dnan_ind.cpp84 NanDiscEngEventInd discEngEventInd; in handleNanIndication()
526 int NanCommand::getNanDiscEngEvent(NanDiscEngEventInd *event) in getNanDiscEngEvent()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h131 int getNanDiscEngEvent(NanDiscEngEventInd *event);
Dnan_ind.cpp118 NanDiscEngEventInd discEngEventInd; in handleNanIndication()
576 int NanCommand::getNanDiscEngEvent(NanDiscEngEventInd *event) in getNanDiscEngEvent()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2329 } NanDiscEngEventInd; typedef
3084 void (*EventDiscEngEvent) (NanDiscEngEventInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h152 using ::NanDiscEngEventInd;
469 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event;
Dwifi_nan_iface.cpp287 const legacy_hal::NanDiscEngEventInd& msg) { in registerCallbackHandlers()
Dwifi_legacy_hal.cpp279 std::function<void(const NanDiscEngEventInd&)> on_nan_event_disc_eng_event_user_callback;
280 void onAsyncNanEventDiscEngEvent(NanDiscEngEventInd* event) { in onAsyncNanEventDiscEngEvent()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp3462 NanDiscEngEventInd de_event; in handleEvent()
4714 NanDiscEngEventInd de_event; in handleEvent()
4715 memset(&de_event, 0, sizeof(NanDiscEngEventInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp5002 NanDiscEngEventInd de_event; in handleEvent()
6639 NanDiscEngEventInd de_event; in handleEvent()
6640 memset(&de_event, 0, sizeof(NanDiscEngEventInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6352 void OnNanEventDiscEngEvent (NanDiscEngEventInd* event) { in OnNanEventDiscEngEvent()