Home
last modified time | relevance | path

Searched refs:fixed_queue_new (Results 1 – 25 of 25) sorted by relevance

/system/bt/osi/test/
Dfixed_queue_test.cc58 queue = fixed_queue_new(0); in TEST_F()
63 queue = fixed_queue_new(1); in TEST_F()
68 queue = fixed_queue_new((size_t)-1); in TEST_F()
73 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
86 queue = fixed_queue_new(0); in TEST_F()
93 queue = fixed_queue_new(0); in TEST_F()
100 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
112 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
131 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
153 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
[all …]
/system/bt/stack/btm/
Dbtm_main.cc51 btm_cb.page_queue = fixed_queue_new(SIZE_MAX); in btm_init()
52 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_init()
Dbtm_sec.cc2667 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_sec_check_pending_reqs()
/system/bt/osi/include/
Dfixed_queue.h37 fixed_queue_t* fixed_queue_new(size_t capacity);
/system/bt/stack/avdt/
Davdt_ccb.cc479 cmd_q = fixed_queue_new(SIZE_MAX); in Allocate()
480 rsp_q = fixed_queue_new(SIZE_MAX); in Allocate()
/system/bt/stack/rfcomm/
Dport_utils.cc125 p_port->tx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
126 p_port->rx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
Drfc_utils.cc179 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()
/system/bt/osi/src/
Dthread.cc76 ret->work_queue = fixed_queue_new(work_queue_capacity); in thread_new_sized()
Dfixed_queue.cc45 fixed_queue_t* fixed_queue_new(size_t capacity) { in fixed_queue_new() function
Dalarm.cc348 default_callback_queue = fixed_queue_new(SIZE_MAX); in lazy_initialize()
/system/bt/stack/avct/
Davct_lcb.cc273 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()
/system/bt/stack/gap/
Dgap_conn.cc1105 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
1106 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
/system/bt/stack/gatt/
Dgatt_main.cc109 gatt_cb.sign_op_queue = fixed_queue_new(SIZE_MAX); in gatt_init()
110 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()
Dgatt_utils.cc433 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
Dgatt_sr.cc124 p_cmd->multi_rsp_q = fixed_queue_new(SIZE_MAX); in process_read_multi_rsp()
/system/bt/common/test/
Dthread_performance_test.cc55 bt_msg_queue_ = fixed_queue_new(SIZE_MAX); in SetUp()
/system/bt/stack/l2cap/
Dl2c_utils.cc93 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()
1477 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1478 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1479 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1480 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
Dl2c_fcr.cc758 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2c_fcr_proc_pdu()
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc71 bt_msg_queue_ = fixed_queue_new(SIZE_MAX); in SetUp()
/system/bt/btif/src/
Dbtif_a2dp_sink.cc185 btif_a2dp_sink_cb.rx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_sink_init()
Dbtif_a2dp_source.cc344 btif_a2dp_source_cb.tx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_source_startup()
/system/bt/bta/pan/
Dbta_pan_act.cc113 p_scb->data_queue = fixed_queue_new(SIZE_MAX); in bta_pan_conn_state_cback()
/system/bt/btif/co/
Dbta_hh_co.cc368 p_dev->get_rpt_id_queue = fixed_queue_new(SIZE_MAX); in bta_hh_co_open()
/system/bt/stack/bnep/
Dbnep_utils.cc122 p_bcb->xmit_q = fixed_queue_new(SIZE_MAX); in bnepu_allocate_bcb()
/system/bt/stack/avrc/
Davrc_api.cc1017 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX); in AVRC_Open()