Home
last modified time | relevance | path

Searched refs:NanRangeReportInd (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h105 int getNanRangeReportInd(NanRangeReportInd *event);
Dnan_ind.cpp147 NanRangeReportInd rangeReportInd; in handleNanIndication()
148 memset(&rangeReportInd, 0, sizeof(NanRangeReportInd)); in handleNanIndication()
1326 int NanCommand::getNanRangeReportInd(NanRangeReportInd *event) in getNanRangeReportInd()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h182 int getNanRangeReportInd(NanRangeReportInd *event);
Dnan_ind.cpp191 NanRangeReportInd rangeReportInd; in handleNanIndication()
192 memset(&rangeReportInd, 0, sizeof(NanRangeReportInd)); in handleNanIndication()
1397 int NanCommand::getNanRangeReportInd(NanRangeReportInd *event) in getNanRangeReportInd()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2736 } NanRangeReportInd; typedef
3093 void (*EventRangeReport) (NanRangeReportInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h172 using ::NanRangeReportInd;
478 std::function<void(const NanRangeReportInd&)> on_event_range_report;
Dwifi_nan_iface.cpp576 callback_handlers.on_event_range_report = [](const legacy_hal::NanRangeReportInd& /* msg */) { in registerCallbackHandlers() argument
Dwifi_legacy_hal.cpp350 std::function<void(const NanRangeReportInd&)> on_nan_event_range_report_user_callback;
351 void onAsyncNanEventRangeReport(NanRangeReportInd* event) { in onAsyncNanEventRangeReport()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6425 void OnNanRangeReportInd (NanRangeReportInd *event) { in OnNanRangeReportInd()