/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 199 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F() 244 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING1); in TEST_F() 249 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING2); in TEST_F() 254 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING3); in TEST_F() 272 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING1); in TEST_F() 273 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING2); in TEST_F() 274 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING3); in TEST_F() 307 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F() 336 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 145 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 191 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 235 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 278 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 305 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 319 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() 402 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 128 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 169 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 209 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 248 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 290 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 334 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_fixed_queue.cc | 37 struct fixed_queue_enqueue fixed_queue_enqueue; variable 67 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function 69 test::mock::osi_fixed_queue::fixed_queue_enqueue(queue, data); in fixed_queue_enqueue()
|
D | mock_osi_fixed_queue.h | 66 struct fixed_queue_enqueue { struct 71 extern struct fixed_queue_enqueue fixed_queue_enqueue; argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 285 test::mock::osi_fixed_queue::fixed_queue_enqueue.body = [](fixed_queue_t* q, void* data) { in FakeOsi() 312 test::mock::osi_fixed_queue::fixed_queue_enqueue(q, data); in FakeOsi() 400 test::mock::osi_fixed_queue::fixed_queue_enqueue = {}; in ~FakeOsi()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 1053 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1089 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1342 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames() 1493 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_xmit); in l2c_fcr_get_next_xmit_sdu_seg() 1500 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_wack); in l2c_fcr_get_next_xmit_sdu_seg()
|
D | l2c_ble.cc | 1390 fixed_queue_enqueue(p_lcb->le_sec_pending_q, p_buf); in l2ble_sec_access_req()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_msg.cc | 1346 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd() 1385 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp() 1435 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej() 1472 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 66 void fixed_queue_enqueue(fixed_queue_t* queue, void* data);
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 113 fixed_queue_enqueue(fixed_queue, buf_ptr); in callArbitraryFunction()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 511 fixed_queue_enqueue(p_ccb->tx_queue, msg); in GAP_ConnWriteData() 961 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 151 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
|
D | fixed_queue.cc | 134 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
|
D | alarm.cc | 660 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_utils.cc | 423 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
|
D | port_rfc.cc | 839 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
|
D | port_api.cc | 854 fixed_queue_enqueue(p_port->tx.queue, p_buf); in port_write()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 207 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_lcb_act.cc | 610 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 298 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { inc_func_call_count(__func__); } in fixed_queue_enqueue() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 203 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind() 221 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 740 fixed_queue_enqueue(btif_a2dp_sink_cb.rx_audio_queue, p_msg); in btif_a2dp_sink_enqueue_buf()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 417 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 1319 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
|