HomeSort by relevance Sort by last modified time
    Searched defs:gki_cb (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_int.h 84 GKI_API extern tGKI_CB gki_cb;
87 #define gki_cb (*gki_cb_ptr) macro
gki_ulinux.c 57 tGKI_CB gki_cb; variable
267 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
269 prctl(PR_SET_NAME, (unsigned long)gki_cb.com.OSTName[p_pthread_info->task_id], 0, 0, 0);
272 gki_cb.com.OSTName[p_pthread_info->task_id]);
278 gki_cb.com.OSTName[p_pthread_info->task_id]);
299 memset (&gki_cb, 0, sizeof (gki_cb));
305 gki_cb.com.OSTicks = (UINT32) times(0);
312 p_os = &gki_cb.os;
346 return gki_cb.com.OSTicks
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 68 GKI_API extern tGKI_CB gki_cb;
71 #define gki_cb (*gki_cb_ptr) macro
gki_ulinux.c 49 tGKI_CB gki_cb; variable
108 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
111 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
116 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
125 LOCK(gki_cb.os.GKI_trace_mutex);
133 UNLOCK(gki_cb.os.GKI_trace_mutex);
153 memset (&gki_cb, 0, sizeof (gki_cb));
157 gki_cb.com.OSTicks = (UINT32) times(0);
164 p_os = &gki_cb.os
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 68 GKI_API extern tGKI_CB gki_cb;
71 #define gki_cb (*gki_cb_ptr) macro
gki_ulinux.c 48 tGKI_CB gki_cb; variable
105 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
108 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
113 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
122 LOCK(gki_cb.os.GKI_trace_mutex);
130 UNLOCK(gki_cb.os.GKI_trace_mutex);
150 memset (&gki_cb, 0, sizeof (gki_cb));
154 gki_cb.com.OSTicks = (UINT32) times(0);
161 p_os = &gki_cb.os
    [all...]

Completed in 217 milliseconds