Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/
Dnfc_nci_st21nfc.c48 pthread_mutex_t hal_mtx = PTHREAD_MUTEX_INITIALIZER; variable
70 (void)pthread_mutex_lock(&hal_mtx); in hal_open()
85 (void) pthread_mutex_unlock(&hal_mtx); in hal_open()
89 (void)pthread_mutex_unlock(&hal_mtx); in hal_open()
101 (void) pthread_mutex_lock(&hal_mtx); in hal_write()
109 (void) pthread_mutex_unlock(&hal_mtx); in hal_write()
115 (void) pthread_mutex_unlock(&hal_mtx); in hal_write()
118 (void) pthread_mutex_unlock(&hal_mtx); in hal_write()
127 (void)pthread_mutex_lock(&hal_mtx); in hal_core_initialized()
131 (void) pthread_mutex_unlock(&hal_mtx); in hal_core_initialized()
[all …]
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc50 pthread_mutex_t hal_mtx = PTHREAD_MUTEX_INITIALIZER; variable
280 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_open()
296 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
304 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
308 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
317 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_write()
323 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
328 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
331 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
339 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_core_initialized()
[all …]
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc56 pthread_mutex_t hal_mtx = PTHREAD_MUTEX_INITIALIZER; variable
287 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_open()
303 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
311 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
315 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
324 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_write()
330 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
335 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
338 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
346 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_core_initialized()
[all …]