OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phNxpNciHal_get_monitor
(Results
1 - 2
of
2
) sorted by null
/system/nfc/halimpl/pn54x/utils/
phNxpNciHal_utils.h
82
phNxpNciHal_Monitor_t*
phNxpNciHal_get_monitor
(void);
94
if (
phNxpNciHal_get_monitor
()) \
95
pthread_mutex_lock(&
phNxpNciHal_get_monitor
()->reentrance_mutex)
97
if (
phNxpNciHal_get_monitor
()) \
98
pthread_mutex_unlock(&
phNxpNciHal_get_monitor
()->reentrance_mutex)
100
if (
phNxpNciHal_get_monitor
()) \
101
pthread_mutex_lock(&
phNxpNciHal_get_monitor
()->concurrency_mutex)
103
if (
phNxpNciHal_get_monitor
()) \
104
pthread_mutex_unlock(&
phNxpNciHal_get_monitor
()->concurrency_mutex)
phNxpNciHal_utils.c
338
** Function
phNxpNciHal_get_monitor
345
phNxpNciHal_Monitor_t*
phNxpNciHal_get_monitor
(void) {
365
if (listAdd(&
phNxpNciHal_get_monitor
()->sem_list, pCallbackData) != 1) {
391
if (listRemove(&
phNxpNciHal_get_monitor
()->sem_list, pCallbackData) != 1) {
412
while (listGetAndRemoveNext(&
phNxpNciHal_get_monitor
()->sem_list,
Completed in 42 milliseconds