Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp105 static SyncEvent sPresenceCheckEvent; variable
157 SyncEventGuard guard(sPresenceCheckEvent); in nativeNfcTag_abortWaits()
158 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_abortWaits()
1345 SyncEventGuard guard(sPresenceCheckEvent); in nativeNfcTag_doPresenceCheckResult()
1347 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_doPresenceCheckResult()
1416 SyncEventGuard guard(sPresenceCheckEvent); in nativeNfcTag_doPresenceCheck()
1420 sPresenceCheckEvent.wait(); in nativeNfcTag_doPresenceCheck()