Searched refs:NanFollowupInd (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nancommand.h | 53 int getNanFollowup(NanFollowupInd *event);
|
D | nan_ind.cpp | 93 NanFollowupInd followupInd; in handleNanIndication() 461 int NanCommand::getNanFollowup(NanFollowupInd *event) in getNanFollowup()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nancommand.h | 130 int getNanFollowup(NanFollowupInd *event);
|
D | nan_ind.cpp | 137 NanFollowupInd followupInd; in handleNanIndication() 511 int NanCommand::getNanFollowup(NanFollowupInd *event) in getNanFollowup()
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.h | 139 bool convertLegacyNanFollowupIndToAidl(const legacy_hal::NanFollowupInd& legacy_ind,
|
D | wifi_legacy_hal.h | 154 using ::NanFollowupInd; 468 std::function<void(const NanFollowupInd&)> on_event_followup;
|
D | wifi_nan_iface.cpp | 393 callback_handlers.on_event_followup = [weak_ptr_this](const legacy_hal::NanFollowupInd& msg) { in registerCallbackHandlers()
|
D | wifi_legacy_hal.cpp | 271 std::function<void(const NanFollowupInd&)> on_nan_event_followup_user_callback; 272 void onAsyncNanEventFollowup(NanFollowupInd* event) { in onAsyncNanEventFollowup()
|
D | aidl_struct_util.cpp | 2346 bool convertLegacyNanFollowupIndToAidl(const legacy_hal::NanFollowupInd& legacy_ind, in convertLegacyNanFollowupIndToAidl()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 2288 } NanFollowupInd; typedef 3083 void (*EventFollowup) (NanFollowupInd* event);
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 1712 NanFollowupInd followup_event; in handleEvent() 1713 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent() 4940 NanFollowupInd followup_event; in handleEvent() 4941 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 3047 NanFollowupInd followup_event; in handleEvent() 3048 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent() 6883 NanFollowupInd followup_event; in handleEvent() 6884 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 6314 void OnNanEventFollowup (NanFollowupInd* event) { in OnNanEventFollowup()
|