Home
last modified time | relevance | path

Searched refs:thread_post (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c222 thread_post(hc_cb.worker_thread, event_rx, NULL); in bthc_rx_ready()
233 thread_post(hc_cb.worker_thread, event_tx, NULL); in bthc_tx()
243 thread_post(hc_cb.worker_thread, event_lpm_idle_timeout, NULL); in bthc_idle_timeout()
395 thread_post(hc_cb.worker_thread, event_lpm_disable, NULL); in lpm()
399 thread_post(hc_cb.worker_thread, event_lpm_enable, NULL); in lpm()
403 thread_post(hc_cb.worker_thread, event_lpm_wake_device, NULL); in lpm()
407 thread_post(hc_cb.worker_thread, event_lpm_allow_sleep, NULL); in lpm()
417 thread_post(hc_cb.worker_thread, event_preload, NULL); in preload()
423 thread_post(hc_cb.worker_thread, event_postload, NULL); in postload()
451 thread_post(hc_cb.worker_thread, event_tx_cmd, transac); in tx_hc_cmd()
[all …]
/external/bluetooth/bluedroid/osi/include/
Dthread.h42 bool thread_post(thread_t *thread, thread_fn func, void *context);
/external/bluetooth/bluedroid/osi/src/
Dthread.c109 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post() function