Searched defs:task_id (Results 1 – 9 of 9) sorted by relevance
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 69 uint8_t task_id; /* GKI task id */ member 182 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() 280 uint8_t task_id; in GKI_shutdown() local 511 uint8_t task_id; in GKI_stop() local 719 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event() 757 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event() 807 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname() 877 uint8_t task_id; in GKI_exception() local 1021 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task() 1046 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task() [all …]
|
/system/nfc/src/gki/common/ |
D | gki_time.cc | 188 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
|
D | gki_buffer.cc | 598 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg() 657 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local 1123 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner() 1141 void GKI_isend_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_isend_msg()
|
D | gki_common.h | 54 uint8_t task_id; /* task which allocated the buffer*/ member
|
/system/iorap/src/prefetcher/ |
D | main_client.cc | 133 TaskId task_id{task_id_counter++, compiled_trace_path}; in MainClient() local
|
D | read_ahead.cc | 97 TaskId task_id; // also the session ID. member 116 TaskId task_id; member
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | async_manager.cc | 368 AsyncTaskId task_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
|
/system/update_engine/common/ |
D | http_fetcher_unittest.cc | 732 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 1705 void LinkLayerController::CancelScheduledTask(AsyncTaskId task_id) { in CancelScheduledTask()
|