Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp101 static sem_t sFormatSem; variable
145 sem_post(&sFormatSem); in nativeNfcTag_abortWaits()
354 sem_post(&sFormatSem); in nativeNfcTag_formatStatus()
433 sem_wait(&sFormatSem); in nativeNfcTag_doWrite()
434 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
1551 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_makeMifareNdefFormat()
1559 sem_wait(&sFormatSem); in nativeNfcTag_makeMifareNdefFormat()
1565 sem_destroy(&sFormatSem); in nativeNfcTag_makeMifareNdefFormat()
1607 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_doNdefFormat()
1613 sem_wait(&sFormatSem); in nativeNfcTag_doNdefFormat()
[all …]