Home
last modified time | relevance | path

Searched refs:hal_mtx (Results 1 – 4 of 4) 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/aidl/
Dhal_st21nfc.cc53 pthread_mutex_t hal_mtx = PTHREAD_MUTEX_INITIALIZER; variable
281 (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()
335 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
348 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
353 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
[all …]
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc52 pthread_mutex_t hal_mtx = PTHREAD_MUTEX_INITIALIZER; variable
283 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_open()
299 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
307 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
311 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_open()
320 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_write()
326 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
331 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
334 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
342 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_core_initialized()
[all …]