Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp100 static sem_t sFormatSem; variable
141 sem_post(&sFormatSem); in nativeNfcTag_abortWaits()
336 sem_post(&sFormatSem); in nativeNfcTag_formatStatus()
379 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
389 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
395 sem_wait(&sFormatSem); in nativeNfcTag_doWrite()
396 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
397 sem_init(&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
402 sem_destroy(&sFormatSem); in nativeNfcTag_doWrite()
409 sem_wait(&sFormatSem); in nativeNfcTag_doWrite()
[all …]