Searched refs:NanMatchExpiredInd (Results 1 – 11 of 11) sorted by relevance
51 int getNanMatchExpired(NanMatchExpiredInd *event);
66 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()432 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
128 int getNanMatchExpired(NanMatchExpiredInd *event);
100 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()482 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
2240 } NanMatchExpiredInd; typedef3048 void (*EventMatchExpired) (NanMatchExpiredInd* event);
157 using ::NanMatchExpiredInd;445 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
242 std::function<void(const NanMatchExpiredInd&)> on_nan_event_match_expired_user_callback;243 void onAsyncNanEventMatchExpired(NanMatchExpiredInd* event) { in onAsyncNanEventMatchExpired()
379 const legacy_hal::NanMatchExpiredInd& msg) { in registerCallbackHandlers()
550 NanMatchExpiredInd expired_event; in HandleExpiryEvent()551 memset(&expired_event, 0, sizeof(NanMatchExpiredInd)); in HandleExpiryEvent()
566 NanMatchExpiredInd expired_event; in HandleExpiryEvent()567 memset(&expired_event, 0, sizeof(NanMatchExpiredInd)); in HandleExpiryEvent()
5675 void OnNanEventMatchExpired (NanMatchExpiredInd* event) { in OnNanEventMatchExpired()