Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp104 static SyncEvent sPresenceCheckEvent; variable
154 SyncEventGuard guard (sPresenceCheckEvent); in nativeNfcTag_abortWaits()
155 sPresenceCheckEvent.notifyOne (); in nativeNfcTag_abortWaits()
1348 SyncEventGuard guard (sPresenceCheckEvent); in nativeNfcTag_doPresenceCheckResult()
1350 sPresenceCheckEvent.notifyOne (); in nativeNfcTag_doPresenceCheckResult()
1422 SyncEventGuard guard (sPresenceCheckEvent); in nativeNfcTag_doPresenceCheck()
1426 sPresenceCheckEvent.wait (); in nativeNfcTag_doPresenceCheck()