Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpNciHal_utils.h87 phNxpNciHal_Monitor_t* phNxpNciHal_get_monitor(void);
98 #define REENTRANCE_LOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_lock(&phNxpNciHal_get_m…
99 #define REENTRANCE_UNLOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_unlock(&phNxpNciHal_get…
100 #define CONCURRENCY_LOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_lock(&phNxpNciHal_get_m…
101 #define CONCURRENCY_UNLOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_unlock(&phNxpNciHal_get…
DphNxpNciHal_utils.c382 phNxpNciHal_get_monitor(void) in phNxpNciHal_get_monitor() function
405 if (listAdd(&phNxpNciHal_get_monitor()->sem_list, pCallbackData) != 1) in phNxpNciHal_init_cb_data()
431 if (listRemove(&phNxpNciHal_get_monitor()->sem_list, pCallbackData) != 1) in phNxpNciHal_cleanup_cb_data()
452 while (listGetAndRemoveNext(&phNxpNciHal_get_monitor()->sem_list, in phNxpNciHal_releaseall_cb_data()