Searched defs:gki_cb (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_int.h84 GKI_API extern tGKI_CB gki_cb;
87 #define gki_cb (*gki_cb_ptr) macro
H A Dgki_ulinux.c57 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
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h68 GKI_API extern tGKI_CB gki_cb;
71 #define gki_cb (*gki_cb_ptr) macro
H A Dgki_ulinux.c49 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
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_int.h68 GKI_API extern tGKI_CB gki_cb;
71 #define gki_cb (*gki_cb_ptr) macro
H A Dgki_ulinux.c48 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
[all...]

Completed in 161 milliseconds