Searched defs:task_id (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 85 UINT8 task_id; /* GKI task id */ member 218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 sta… in GKI_create_task() 322 UINT8 task_id; in GKI_shutdown() local 610 UINT8 task_id; in GKI_stop() local 820 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) in GKI_send_event() 863 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event) in GKI_isend_event() 920 UINT8 *GKI_map_taskname (UINT8 task_id) in GKI_map_taskname() 998 UINT8 task_id; in GKI_exception() local 1170 UINT8 GKI_suspend_task (UINT8 task_id) in GKI_suspend_task() 1196 UINT8 GKI_resume_task (UINT8 task_id) in GKI_resume_task() [all …]
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 84 UINT8 task_id; /* GKI task id */ member 215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 sta… in GKI_create_task() 322 UINT8 task_id; in GKI_shutdown() local 587 UINT8 task_id; in GKI_stop() local 797 UINT8 GKI_send_event (UINT8 task_id, UINT16 event) in GKI_send_event() 840 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event) in GKI_isend_event() 897 INT8 *GKI_map_taskname (UINT8 task_id) in GKI_map_taskname() 975 UINT8 task_id; in GKI_exception() local 1147 UINT8 GKI_suspend_task (UINT8 task_id) in GKI_suspend_task() 1173 UINT8 GKI_resume_task (UINT8 task_id) in GKI_resume_task() [all …]
|
/external/libnfc-nci/src/gki/common/ |
D | gki_time.c | 200 UINT8 task_id = GKI_get_taskid(); in GKI_start_timer() local 309 UINT8 task_id = GKI_get_taskid(); in GKI_stop_timer() local 389 UINT8 task_id; in GKI_timer_update() local
|
D | gki_buffer.c | 709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) in GKI_send_msg() 773 UINT8 task_id = GKI_get_taskid(); in GKI_read_mbox() local 1329 void GKI_change_buf_owner (void *p_buf, UINT8 task_id) in GKI_change_buf_owner() 1348 void GKI_isend_msg (UINT8 task_id, UINT8 mbox, void *msg) in GKI_isend_msg()
|
D | gki_common.h | 67 UINT8 task_id; /* task which allocated the buffer*/ member
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_time.c | 200 UINT8 task_id = GKI_get_taskid(); in GKI_start_timer() local 309 UINT8 task_id = GKI_get_taskid(); in GKI_stop_timer() local 389 UINT8 task_id; in GKI_timer_update() local
|
D | gki_buffer.c | 709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) in GKI_send_msg() 773 UINT8 task_id = GKI_get_taskid(); in GKI_read_mbox() local 1329 void GKI_change_buf_owner (void *p_buf, UINT8 task_id) in GKI_change_buf_owner() 1348 void GKI_isend_msg (UINT8 task_id, UINT8 mbox, void *msg) in GKI_isend_msg()
|
D | gki_common.h | 67 UINT8 task_id; /* task which allocated the buffer*/ member
|