Searched refs:osi_thread_post (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 225 status = osi_thread_post(btu_thread, btu_task_start_up, param, 0, timeout); in btu_task_post() 228 status = osi_thread_post(btu_thread, btu_hci_msg_process, param, 0, timeout); in btu_task_post() 232 status = osi_thread_post(btu_thread, bta_sys_event, param, 0, timeout); in btu_task_post() 235 status = osi_thread_post(btu_thread, btu_bta_alarm_process, param, 0, timeout); in btu_task_post() 240 status = osi_thread_post(btu_thread, btu_general_alarm_process, param, 0, timeout); in btu_task_post() 243 status = osi_thread_post(btu_thread, btu_l2cap_alarm_process, param, 0, timeout); in btu_task_post()
|
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/ |
D | thread.h | 68 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui…
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | thread.c | 229 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post() function
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/ |
D | hci_hal_h4.c | 175 return osi_thread_post(hci_h4_thread, hci_hal_h4_rx_handler, NULL, 1, timeout); in hci_hal_h4_task_post()
|
D | hci_layer.c | 142 return osi_thread_post(hci_host_thread, hci_host_thread_handler, NULL, 0, timeout); in hci_host_task_post()
|
/hal_espressif-3.6.0/components/bt/common/btc/core/ |
D | btc_task.c | 219 if (osi_thread_post(btc_thread, btc_thread_handler, lmsg, 0, timeout) == false) { in btc_task_post()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 301 …osi_thread_post(a2dp_sink_local_param.btc_aa_snk_task_hdl, btc_a2dp_sink_data_ready, NULL, 1, OSI_… in btc_a2dp_sink_data_post()
|
D | btc_a2dp_source.c | 1512 …osi_thread_post(a2dp_source_local_param.btc_aa_src_task_hdl, btc_a2dp_source_handle_timer, NULL, 1… in btc_a2dp_source_alarm_cb()
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 30404 .literal.osi_thread_post 35788 .text.osi_thread_post 35791 0x000000004037e7dc osi_thread_post 48980 .rodata.osi_thread_post.str1.4 91412 osi_thread_post esp-idf/bt/libbt.a(thread.c.obj)
|
D | overflow_esp32c3.map | 19780 .text.osi_thread_post 19782 0x0000000040388608 osi_thread_post 30254 .rodata.osi_thread_post.str1.4 70961 osi_thread_post esp-idf/bt/libbt.a(thread.c.obj)
|