Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnancommand.h51 int getNanMatchExpired(NanMatchExpiredInd *event);
Dnan_ind.cpp66 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()
427 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1971 } NanMatchExpiredInd; typedef
2398 void (*EventMatchExpired) (NanMatchExpiredInd* event);
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h93 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
Dwifi_legacy_hal.cpp213 std::function<void(const NanMatchExpiredInd&)>
215 void onAysncNanEventMatchExpired(NanMatchExpiredInd* event) { in onAysncNanEventMatchExpired()
Dwifi_nan_iface.cpp344 [weak_ptr_this](const legacy_hal::NanMatchExpiredInd& msg) { in WifiNanIface()