Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp101 static sem_t sFormatSem; variable
145 sem_post(&sFormatSem); in nativeNfcTag_abortWaits()
354 sem_post(&sFormatSem); in nativeNfcTag_formatStatus()
397 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
407 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
413 sem_wait(&sFormatSem); in nativeNfcTag_doWrite()
414 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
415 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
420 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
429 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
[all …]