Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp98 static sem_t sFormatSem; variable
147 sem_post(&sFormatSem); in nativeNfcTag_abortWaits()
352 sem_post(&sFormatSem); in nativeNfcTag_formatStatus()
393 if (0 != sem_init(&sFormatSem, 0, 0)) { in nativeNfcTag_doWrite()
403 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
406 sem_wait(&sFormatSem); in nativeNfcTag_doWrite()
407 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
1524 if (0 != sem_init(&sFormatSem, 0, 0)) { in nativeNfcTag_doNdefFormat()
1533 sem_wait(&sFormatSem); in nativeNfcTag_doNdefFormat()
1537 sem_destroy(&sFormatSem); in nativeNfcTag_doNdefFormat()