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
142 sem_post (&sFormatSem); in nativeNfcTag_abortWaits()
354 sem_post (&sFormatSem); in nativeNfcTag_formatStatus()
398 sem_init (&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
409 sem_destroy (&sFormatSem); in nativeNfcTag_doWrite()
415 sem_wait (&sFormatSem); in nativeNfcTag_doWrite()
416 sem_destroy (&sFormatSem); in nativeNfcTag_doWrite()
417 sem_init (&sFormatSem, 0, 0); in nativeNfcTag_doWrite()
422 sem_destroy (&sFormatSem); in nativeNfcTag_doWrite()
431 sem_wait (&sFormatSem); in nativeNfcTag_doWrite()
[all …]