Searched refs:osi_event_create (Results 1 – 8 of 8) sorted by relevance
93 struct osi_event *osi_event_create(osi_thread_func_t func, void *context);
378 struct osi_event *osi_event_create(osi_thread_func_t func, void *context) in osi_event_create() function
726 struct osi_event *data_event = osi_event_create(btc_a2dp_sink_data_ready, NULL); in btc_a2dp_sink_thread_init()
1625 struct osi_event *poll_data = osi_event_create(btc_a2dp_source_handle_timer, NULL); in btc_a2dp_source_thread_init()
166 struct osi_event *event = osi_event_create(hci_downstream_data_handler, NULL); in hci_layer_init_env()
128 struct osi_event *event = osi_event_create(hci_upstream_data_handler, NULL); in hci_hal_env_init()
2424 p_env->adv_rpt_ready = osi_event_create(btc_gap_ble_adv_pkt_handler, NULL); in btc_gap_ble_init()
4582 p_cb->adv_rpt_ready = osi_event_create(btm_adv_pkt_handler, NULL); in btm_ble_init()