Home
last modified time | relevance | path

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

/aosp12/hardware/st/nfc/1.0/
H A Dnfc_nci_st21nfc.c70 (void)pthread_mutex_lock(&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()
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()
146 (void)pthread_mutex_lock(&hal_mtx); in hal_close()
157 (void)pthread_mutex_unlock(&hal_mtx); in hal_close()
177 (void) pthread_mutex_lock(&hal_mtx); in hal_power_cycle()
190 (void) pthread_mutex_unlock(&hal_mtx); in hal_power_cycle()
[all …]
/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc280 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_open()
296 (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()
331 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
339 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_core_initialized()
343 (void) pthread_mutex_unlock(&hal_mtx); in StNfc_hal_core_initialized()
358 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_close()
369 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_close()
396 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_power_cycle()
[all …]
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc287 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_open()
303 (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()
338 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_write()
346 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_core_initialized()
350 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_core_initialized()
365 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_close()
376 (void)pthread_mutex_unlock(&hal_mtx); in StNfc_hal_close()
419 (void)pthread_mutex_lock(&hal_mtx); in StNfc_hal_power_cycle()
[all …]