HomeSort by relevance Sort by last modified time
    Searched refs:p_os (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 151 tGKI_OS *p_os; local
164 p_os = &gki_cb.os;
165 pthread_mutex_init(&p_os->GKI_mutex, &attr);
168 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
175 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
176 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
177 pthread_cond_init(&p_os->gki_timer_cond, NULL);
402 tGKI_OS *p_os = &gki_cb.os; local
403 volatile int *p_run_cond = &p_os->no_timer_suspend;
425 pthread_mutex_lock( &p_os->gki_timer_mutex )
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 148 tGKI_OS *p_os; local
161 p_os = &gki_cb.os;
162 pthread_mutex_init(&p_os->GKI_mutex, &attr);
165 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
172 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
173 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
174 pthread_cond_init(&p_os->gki_timer_cond, NULL);
402 tGKI_OS *p_os = &gki_cb.os; local
403 volatile int *p_run_cond = &p_os->no_timer_suspend;
425 pthread_mutex_lock( &p_os->gki_timer_mutex )
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 297 tGKI_OS *p_os; local
312 p_os = &gki_cb.os;
313 pthread_mutex_init(&p_os->GKI_mutex, &attr);
316 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
    [all...]

Completed in 333 milliseconds