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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 177 tGKI_OS *p_os; local
190 p_os = &gki_cb.os;
191 pthread_mutex_init(&p_os->GKI_mutex, &attr);
194 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
201 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
202 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
204 pthread_cond_init(&p_os->gki_timer_cond, NULL);
546 tGKI_OS *p_os = &gki_cb.os; local
547 int *p_run_cond = &p_os->no_timer_suspend;
557 pthread_mutex_lock(&p_os->gki_timer_mutex)
616 tGKI_OS *p_os = &gki_cb.os; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 153 tGKI_OS *p_os; local
166 p_os = &gki_cb.os;
167 pthread_mutex_init(&p_os->GKI_mutex, &attr);
170 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
177 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
178 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
179 pthread_cond_init(&p_os->gki_timer_cond, NULL);
401 tGKI_OS *p_os = &gki_cb.os; local
402 volatile int *p_run_cond = &p_os->no_timer_suspend;
424 pthread_mutex_lock( &p_os->gki_timer_mutex )
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 150 tGKI_OS *p_os; local
163 p_os = &gki_cb.os;
164 pthread_mutex_init(&p_os->GKI_mutex, &attr);
167 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL);
174 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
175 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
176 pthread_cond_init(&p_os->gki_timer_cond, NULL);
401 tGKI_OS *p_os = &gki_cb.os; local
402 volatile int *p_run_cond = &p_os->no_timer_suspend;
424 pthread_mutex_lock( &p_os->gki_timer_mutex )
    [all...]

Completed in 127 milliseconds