Home
last modified time | relevance | path

Searched defs:task_id (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc65 uint8_t task_id; /* GKI task id */ member
179 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task()
273 uint8_t task_id; in GKI_shutdown() local
509 uint8_t task_id; in GKI_stop() local
713 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event()
751 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event()
799 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname()
868 uint8_t task_id; in GKI_exception() local
1011 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task()
1034 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task()
[all …]
/system/nfc/src/gki/common/
Dgki_time.cc187 uint8_t task_id = GKI_get_taskid(); in GKI_start_timer() local
291 uint8_t task_id = GKI_get_taskid(); in GKI_stop_timer() local
367 uint8_t task_id; in GKI_timer_update() local
Dgki_buffer.cc597 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg()
656 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local
1121 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner()
1139 void GKI_isend_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_isend_msg()
Dgki_common.h54 uint8_t task_id; /* task which allocated the buffer*/ member
/system/update_engine/common/
Dhttp_fetcher_unittest.cc706 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local