Searched defs:task_id (Results 1 – 10 of 10) sorted by relevance
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.c | 72 uint8_t task_id; /* GKI task id */ member 200 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() 300 uint8_t task_id; in GKI_shutdown() local 551 uint8_t task_id; in GKI_stop() local 758 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event() 799 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event() 852 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname() 921 uint8_t task_id; in GKI_exception() local 1066 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task() 1089 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task() [all …]
|
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 81 uint8_t task_id; /* GKI task id */ member 214 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() 313 uint8_t task_id; in GKI_shutdown() local 585 uint8_t task_id; in GKI_stop() local 793 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event() 835 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event() 890 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname() 959 uint8_t task_id; in GKI_exception() local 1120 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task() 1144 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task() [all …]
|
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki_time.c | 189 uint8_t task_id = GKI_get_taskid(); in GKI_start_timer() local 288 uint8_t task_id = GKI_get_taskid(); in GKI_stop_timer() local 365 uint8_t task_id; in GKI_timer_update() local
|
D | gki_buffer.c | 699 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg() 758 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local 1266 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner() 1284 void GKI_isend_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_isend_msg()
|
D | gki_common.h | 63 uint8_t task_id; /* task which allocated the buffer*/ member
|
/system/nfc/src/gki/common/ |
D | gki_time.c | 186 uint8_t task_id = GKI_get_taskid(); in GKI_start_timer() local 284 uint8_t task_id = GKI_get_taskid(); in GKI_stop_timer() local 359 uint8_t task_id; in GKI_timer_update() local
|
D | gki_buffer.c | 503 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg() 562 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local 1067 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner() 1085 void GKI_isend_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_isend_msg()
|
D | gki_common.h | 59 uint8_t task_id; /* task which allocated the buffer*/ member
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | async_manager.cc | 362 AsyncTaskId task_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task 377 AsyncTaskId task_id = kInvalidTaskId; in scheduleTask() local
|
/system/update_engine/common/ |
D | http_fetcher_unittest.cc | 697 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local
|