Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc59 pthread_mutex_t i2ctransport_mtx = PTHREAD_MUTEX_INITIALIZER; variable
284 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cOpenLayer()
289 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
309 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
317 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
321 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
334 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cCloseLayer()
337 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cCloseLayer()
348 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cCloseLayer()
357 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cResetPulse()
[all …]
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c54 pthread_mutex_t i2ctransport_mtx = PTHREAD_MUTEX_INITIALIZER; variable
234 (void) pthread_mutex_lock(&i2ctransport_mtx); in I2cOpenLayer()
256 (void) pthread_mutex_unlock(&i2ctransport_mtx); in I2cOpenLayer()
270 (void)pthread_mutex_lock(&i2ctransport_mtx); in I2cCloseLayer()
282 (void)pthread_mutex_unlock(&i2ctransport_mtx); in I2cCloseLayer()