Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc69 uint8_t task_id; /* GKI task id */ member
184 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task()
282 uint8_t task_id; in GKI_shutdown() local
513 uint8_t task_id; in GKI_stop() local
721 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event()
759 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event()
809 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname()
879 uint8_t task_id; in GKI_exception() local
1023 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task()
1048 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task()
[all …]
/system/nfc/src/gki/common/
Dgki_time.cc188 uint8_t task_id = GKI_get_taskid(); in GKI_start_timer() local
286 uint8_t task_id = GKI_get_taskid(); in GKI_stop_timer() local
361 uint8_t task_id; in GKI_timer_update() local
Dgki_buffer.cc504 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg()
563 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local
1029 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner()
1047 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/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc342 AsyncTaskId task_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
356 AsyncTaskId task_id = kInvalidTaskId; in scheduleTask() local
/system/update_engine/common/
Dhttp_fetcher_unittest.cc717 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local