Searched refs:sReconnectEvent (Results 1 – 1 of 1) sorted by relevance
102 static SyncEvent sReconnectEvent; variable148 SyncEventGuard g (sReconnectEvent); in nativeNfcTag_abortWaits()149 sReconnectEvent.notifyOne (); in nativeNfcTag_abortWaits()518 SyncEventGuard g (sReconnectEvent); in nativeNfcTag_doConnectStatus()519 sReconnectEvent.notifyOne (); in nativeNfcTag_doConnectStatus()544 SyncEventGuard g (sReconnectEvent); in nativeNfcTag_doDeactivateStatus()545 sReconnectEvent.notifyOne (); in nativeNfcTag_doDeactivateStatus()648 SyncEventGuard g (sReconnectEvent); in reSelect()658 if (sReconnectEvent.wait (1000) == false) //if timeout occurred in reSelect()680 SyncEventGuard g2 (sReconnectEvent); in reSelect()[all …]