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

/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.c51 tGKI_CB gki_cb; variable
110 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
113 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
118 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
127 LOCK(gki_cb.os.GKI_trace_mutex);
135 UNLOCK(gki_cb.os.GKI_trace_mutex);
155 memset (&gki_cb, 0, sizeof (gki_cb));
159 gki_cb.com.OSTicks = (UINT32) times(0);
166 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.c50 tGKI_CB gki_cb; variable
107 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
110 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
115 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
124 LOCK(gki_cb.os.GKI_trace_mutex);
132 UNLOCK(gki_cb.os.GKI_trace_mutex);
152 memset (&gki_cb, 0, sizeof (gki_cb));
156 gki_cb.com.OSTicks = (UINT32) times(0);
163 p_os = &gki_cb
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_int.h106 GKI_API extern tGKI_CB gki_cb;
109 #define gki_cb (*gki_cb_ptr) macro
H A Dgki_ulinux.c81 tGKI_CB gki_cb; variable
146 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
148 prctl(PR_SET_NAME, (unsigned long)gki_cb.com.OSTName[p_pthread_info->task_id], 0, 0, 0);
151 gki_cb.com.OSTName[p_pthread_info->task_id]);
157 gki_cb.com.OSTName[p_pthread_info->task_id]);
179 memset (&gki_cb, 0, sizeof (gki_cb));
183 gki_cb.com.OSTicks = (UINT32) times(0);
190 p_os = &gki_cb.os;
221 return (gki_cb
[all...]

Completed in 141 milliseconds