Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h51 int getNanMatchExpired(NanMatchExpiredInd *event);
Dnan_ind.cpp66 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()
432 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h128 int getNanMatchExpired(NanMatchExpiredInd *event);
Dnan_ind.cpp100 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()
482 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2240 } NanMatchExpiredInd; typedef
3048 void (*EventMatchExpired) (NanMatchExpiredInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h157 using ::NanMatchExpiredInd;
445 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
Dwifi_legacy_hal.cpp242 std::function<void(const NanMatchExpiredInd&)> on_nan_event_match_expired_user_callback;
243 void onAsyncNanEventMatchExpired(NanMatchExpiredInd* event) { in onAsyncNanEventMatchExpired()
Dwifi_nan_iface.cpp379 const legacy_hal::NanMatchExpiredInd& msg) { in registerCallbackHandlers()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp550 NanMatchExpiredInd expired_event; in HandleExpiryEvent()
551 memset(&expired_event, 0, sizeof(NanMatchExpiredInd)); in HandleExpiryEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp566 NanMatchExpiredInd expired_event; in HandleExpiryEvent()
567 memset(&expired_event, 0, sizeof(NanMatchExpiredInd)); in HandleExpiryEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp5675 void OnNanEventMatchExpired (NanMatchExpiredInd* event) { in OnNanEventMatchExpired()