/aosp12/system/bt/osi/test/ |
H A D | fixed_queue_test.cc | 201 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F() 246 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING1); in TEST_F() 251 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING2); in TEST_F() 256 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING3); in TEST_F() 276 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING1); in TEST_F() 277 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING2); in TEST_F() 278 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING3); in TEST_F() 313 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F() 343 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F()
|
/aosp12/system/bt/common/benchmark/ |
H A D | thread_performance_benchmark.cc | 141 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 188 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 233 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 276 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 304 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 318 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 354 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 403 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F()
|
/aosp12/system/bt/common/test/ |
H A D | thread_performance_test.cc | 126 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 171 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 217 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 260 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 308 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 356 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F()
|
/aosp12/system/bt/osi/include/ |
H A D | fixed_queue.h | 66 void fixed_queue_enqueue(fixed_queue_t* queue, void* data);
|
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/ |
H A D | fuzz_fixed_queue.cc | 113 fixed_queue_enqueue(fixed_queue, buf_ptr); in callArbitraryFunction()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_fcr.cc | 1050 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1091 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1353 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames() 1503 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_xmit); in l2c_fcr_get_next_xmit_sdu_seg() 1510 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_wack); in l2c_fcr_get_next_xmit_sdu_seg()
|
H A D | l2c_ble.cc | 1518 fixed_queue_enqueue(p_lcb->le_sec_pending_q, p_buf); in l2ble_sec_access_req()
|
/aosp12/system/bt/stack/avdt/ |
H A D | avdt_msg.cc | 1374 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd() 1414 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp() 1465 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej() 1503 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
|
/aosp12/system/bt/osi/src/ |
H A D | thread.cc | 139 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
|
H A D | fixed_queue.cc | 116 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
|
H A D | alarm.cc | 658 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
|
/aosp12/system/bt/stack/gap/ |
H A D | gap_conn.cc | 491 fixed_queue_enqueue(p_ccb->tx_queue, msg); in GAP_ConnWriteData() 841 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_utils.cc | 423 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
|
H A D | port_api.cc | 824 fixed_queue_enqueue(p_port->tx.queue, p_buf); in port_write()
|
H A D | port_rfc.cc | 814 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
|
/aosp12/system/bt/bta/pan/ |
H A D | bta_pan_act.cc | 198 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
|
/aosp12/system/bt/stack/avct/ |
H A D | avct_lcb_act.cc | 537 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_utils.cc | 169 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind() 187 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
|
H A D | gatt_sr.cc | 246 fixed_queue_enqueue(p_cmd->multi_rsp_q, p_buf); in process_read_multi_rsp()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_sink.cc | 672 fixed_queue_enqueue(btif_a2dp_sink_cb.rx_audio_queue, p_msg); in btif_a2dp_sink_enqueue_buf()
|
H A D | btif_a2dp_source.cc | 1011 fixed_queue_enqueue(btif_a2dp_source_cb.tx_audio_queue, p_buf); in btif_a2dp_source_enqueue_callback()
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 336 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 156 fixed_queue_enqueue(p_dev->get_rpt_id_queue, (void*)get_rpt_id); in uhid_read_event()
|
/aosp12/system/bt/stack/bnep/ |
H A D | bnep_utils.cc | 412 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_api.cc | 1272 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
|