Home
last modified time | relevance | path

Searched refs:gki_cb (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/gki/common/
Dgki_time.cc50 gki_cb.com.OSTicksTilExp = in gki_timers_init()
52 gki_cb.com.OSNumOrigTicks = 0; in gki_timers_init()
54 gki_cb.com.OSTicksTilStop = 0; /* clear inactivity delay timer */ in gki_timers_init()
58 gki_cb.com.OSWaitTmr[tt] = 0; in gki_timers_init()
61 gki_cb.com.OSTaskTmr0[tt] = 0; in gki_timers_init()
62 gki_cb.com.OSTaskTmr0R[tt] = 0; in gki_timers_init()
66 gki_cb.com.OSTaskTmr1[tt] = 0; in gki_timers_init()
67 gki_cb.com.OSTaskTmr1R[tt] = 0; in gki_timers_init()
71 gki_cb.com.OSTaskTmr2[tt] = 0; in gki_timers_init()
72 gki_cb.com.OSTaskTmr2R[tt] = 0; in gki_timers_init()
[all …]
Dgki_buffer.cc53 tGKI_COM_CB* p_cb = &gki_cb.com; in gki_init_free_queue()
95 tGKI_COM_CB* p_cb = &gki_cb.com; in gki_alloc_free_queue()
124 tGKI_COM_CB* p_cb = &gki_cb.com; in gki_buffer_init()
301 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_getbuf()
312 tGKI_COM_CB* p_cb = &gki_cb.com; in GKI_getbuf()
424 tGKI_COM_CB* p_cb = &gki_cb.com; in GKI_getpoolbuf()
504 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()
515 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()
553 return (gki_cb.com.freeq[p_hdr->q_id].size); in GKI_get_buf_size()
600 tGKI_COM_CB* p_cb = &gki_cb.com; in GKI_send_msg()
[all …]
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc48 tGKI_CB gki_cb; variable
91 p_pthread_info->task_id, gki_cb.os.thread_id[p_pthread_info->task_id], in gki_task_entry()
94 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id; in gki_task_entry()
100 gki_cb.os.thread_id[p_pthread_info->task_id] = 0; in gki_task_entry()
123 gki_cb.com.OSTicks = (uint32_t)times(nullptr); in GKI_init()
130 p_os = &gki_cb.os; in GKI_init()
157 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()
202 gki_cb.com.OSRdyTbl[task_id] = TASK_READY; in GKI_create_task()
203 gki_cb.com.OSTName[task_id] = taskname; in GKI_create_task()
204 gki_cb.com.OSWaitTmr[task_id] = 0; in GKI_create_task()
[all …]
Dgki_int.h56 extern tGKI_CB gki_cb;
/system/nfc/src/fuzzers/nci/
Dnci.cc53 extern tGKI_CB gki_cb;
56 gki_cb.os.thread_id[NFC_TASK] = pthread_self(); in Fuzz_Init()