Searched refs:EventMatch (Results 1 – 6 of 6) sorted by relevance
94 if (!res && mHandler.EventMatch) { in handleNanIndication()95 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
60 if (!res && mHandler.EventMatch) { in handleNanIndication()61 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
3080 void (*EventMatch) (NanMatchInd* event); member
1676 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()4901 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
3010 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()6843 GET_NAN_HANDLE(info)->mHandlers.EventMatch(&subscribe_event); in handleEvent()
6493 handlers.EventMatch = OnNanEventMatch; in nan_init_handlers()