Searched defs:task_id (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Nfc/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.cc | 65 uint8_t task_id; /* GKI task id */ member 193 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() 295 uint8_t task_id; in GKI_shutdown() local 555 uint8_t task_id; in GKI_stop() local 775 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event() 813 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event() 861 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname() 928 uint8_t task_id; in GKI_exception() local 1071 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task() 1093 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task() [all …]
|
/packages/modules/Nfc/libnfc-nci/src/gki/common/ |
D | gki_time.cc | 187 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
|
D | gki_buffer.cc | 604 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg() 663 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local 1128 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner() 1146 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
|
D | gki.h | 497 void send_msg(uint8_t task_id, uint8_t mailbox_id, void* p_msg) override { in send_msg()
|
/packages/modules/Permission/SafetyCenter/InternalData/proto/ |
D | safety_center_internal_data.proto | 39 optional int32 task_id = 6; field
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 1081 TaskCallback callback, TaskId task_id) in Task() 1088 Task(std::chrono::steady_clock::time_point time, TaskCallback callback, TaskId task_id) in Task() 1102 TaskId task_id; variable
|
D | link_layer_controller.cc | 2581 connections_.Disconnect(handle, [this](TaskId task_id) { CancelScheduledTask(task_id); }), in IncomingDisconnectPacket() 3849 connections_.Disconnect(handle, [this](TaskId task_id) { CancelScheduledTask(task_id); }); in IncomingScoDisconnect() 5176 connections_.Disconnect(handle, [this](TaskId task_id) { CancelScheduledTask(task_id); }); in Disconnect() 5196 connections_.Disconnect(sco_handle, [this](TaskId task_id) { CancelScheduledTask(task_id); }); in Disconnect() 5210 connections_.Disconnect(handle, [this](TaskId task_id) { CancelScheduledTask(task_id); }); in Disconnect() 6027 TaskId task_id = task_counter_++; in NextTaskId() local 6038 TaskId task_id = NextTaskId(); in ScheduleTask() local 6046 TaskId task_id = NextTaskId(); in SchedulePeriodicTask() local 6052 void LinkLayerController::CancelScheduledTask(TaskId task_id) { in CancelScheduledTask()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | async_manager.cc | 381 AsyncTaskId task_id; member in rootcanal::AsyncManager::AsyncTaskManager::Task
|
/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | async_manager_unittest.cc | 243 AsyncTaskId task_id = async_manager_.ExecAsyncPeriodically( in TEST_F() local
|