Home
last modified time | relevance | path

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

12

/system/bt/osi/test/
Dfixed_queue_test.cpp55 queue = fixed_queue_new(0); in TEST_F()
60 queue = fixed_queue_new(1); in TEST_F()
65 queue = fixed_queue_new((size_t)-1); in TEST_F()
70 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
86 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
108 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
127 queue = fixed_queue_new(0); in TEST_F()
133 queue = fixed_queue_new(1); in TEST_F()
139 queue = fixed_queue_new((size_t)-1); in TEST_F()
145 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()
[all …]
Ddata_dispatcher_test.cpp41 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
61 fixed_queue_t *dummy_queue0 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
62 fixed_queue_t *dummy_queue1 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
86 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
87 fixed_queue_t *default_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
111 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
134 fixed_queue_t *dummy_queue0 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
135 fixed_queue_t *dummy_queue1 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
162 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
163 fixed_queue_t *dummy_queue_reregistered = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()
[all …]
Dalarm_test.cpp306 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()
343 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()
401 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()
/system/bt/stack/btm/
Dbtm_main.c54 btm_cb.page_queue = fixed_queue_new(SIZE_MAX); in btm_init()
55 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_init()
/system/bt/stack/btu/
Dbtu_init.c139 btu_bta_msg_queue = fixed_queue_new(SIZE_MAX); in BTU_StartUp()
143 btu_general_alarm_queue = fixed_queue_new(SIZE_MAX); in BTU_StartUp()
/system/bt/osi/include/
Dfixed_queue.h37 fixed_queue_t *fixed_queue_new(size_t capacity);
/system/bt/main/
Dbte_main.c108 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX); in bte_main_boot_entry()
/system/bt/stack/avdt/
Davdt_ccb.c387 p_ccb->cmd_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()
388 p_ccb->rsp_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()
Davdt_scb.c604 p_scb->frag_q = fixed_queue_new(SIZE_MAX); in avdt_scb_alloc()
/system/bt/stack/rfcomm/
Dport_utils.c133 p_port->tx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
134 p_port->rx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
Drfc_utils.c183 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()
/system/bt/osi/src/
Dthread.c74 ret->work_queue = fixed_queue_new(work_queue_capacity); in thread_new_sized()
Deager_reader.c91 ret->buffers = fixed_queue_new(max_buffer_count); in eager_reader_new()
Dfixed_queue.c44 fixed_queue_t *fixed_queue_new(size_t capacity) { in fixed_queue_new() function
Dalarm.c363 default_callback_queue = fixed_queue_new(SIZE_MAX); in lazy_initialize()
/system/bt/stack/gatt/
Dgatt_main.c107 gatt_cb.sign_op_queue = fixed_queue_new(SIZE_MAX); in gatt_init()
108 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()
109 gatt_cb.pending_new_srv_start_q = fixed_queue_new(SIZE_MAX); in gatt_init()
Dgatt_utils.c314 p_elem->svc_db.svc_buffer = fixed_queue_new(SIZE_MAX); in gatt_alloc_hdl_buffer()
971 p_tcb->pending_enc_clcb = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
972 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
975 p_tcb->sr_cmd.multi_rsp_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
/system/bt/stack/avct/
Davct_lcb.c327 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()
/system/bt/hci/src/
Dhci_layer.c208 command_queue = fixed_queue_new(SIZE_MAX); in start_up()
214 packet_queue = fixed_queue_new(SIZE_MAX); in start_up()
/system/bt/bta/sys/
Dbta_sys_main.c177 btu_bta_alarm_queue = fixed_queue_new(SIZE_MAX); in bta_sys_init()
/system/bt/stack/l2cap/
Dl2c_utils.c81 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()
95 p_lcb->ucd_out_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()
96 p_lcb->ucd_in_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()
1582 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1583 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1584 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1585 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
/system/bt/stack/gap/
Dgap_conn.c1175 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
1176 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
Dgap_ble.c135 p_clcb->pending_req_q = fixed_queue_new(SIZE_MAX); in gap_clcb_alloc()
/system/bt/bta/pan/
Dbta_pan_act.c111 p_scb->data_queue = fixed_queue_new(SIZE_MAX); in bta_pan_conn_state_cback()
/system/bt/btif/src/
Dbtif_media_task.c880 btif_media_cmd_msg_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_start_media_task()
1417 btif_media_cb.TxAaQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()
1418 btif_media_cb.RxSbcQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()

12