/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() 274 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING1); in TEST_F() 275 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING2); in TEST_F() 276 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING3); in TEST_F() 311 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F() 341 fixed_queue_enqueue(queue, (void*)DUMMY_DATA_STRING); in TEST_F()
|
/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
|
/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 146 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 193 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 238 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 281 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 309 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 323 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 359 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F() 408 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in BENCHMARK_F()
|
/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 127 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 172 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 218 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 261 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 309 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F() 357 fixed_queue_enqueue(bt_msg_queue_, (void*)&g_counter); in TEST_F()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 66 void fixed_queue_enqueue(fixed_queue_t* queue, void* data);
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 284 test::mock::osi_fixed_queue::fixed_queue_enqueue.body = [](fixed_queue_t* q, in FakeOsi() 311 test::mock::osi_fixed_queue::fixed_queue_enqueue(q, data); in FakeOsi() 404 test::mock::osi_fixed_queue::fixed_queue_enqueue = {}; in ~FakeOsi()
|
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 113 fixed_queue_enqueue(fixed_queue, buf_ptr); in callArbitraryFunction()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 1056 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1097 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame() 1356 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames() 1506 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_xmit); in l2c_fcr_get_next_xmit_sdu_seg() 1513 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_wack); in l2c_fcr_get_next_xmit_sdu_seg()
|
D | l2c_ble.cc | 1359 fixed_queue_enqueue(p_lcb->le_sec_pending_q, p_buf); in l2ble_sec_access_req()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_msg.cc | 1373 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd() 1413 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp() 1464 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej() 1502 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 488 fixed_queue_enqueue(p_ccb->tx_queue, msg); in GAP_ConnWriteData() 857 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 142 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
|
D | fixed_queue.cc | 119 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
|
D | alarm.cc | 647 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_utils.cc | 422 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
|
D | port_rfc.cc | 827 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
|
D | port_api.cc | 825 fixed_queue_enqueue(p_port->tx.queue, p_buf); in port_write()
|
/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 200 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 309 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 680 fixed_queue_enqueue(btif_a2dp_sink_cb.rx_audio_queue, p_msg); in btif_a2dp_sink_enqueue_buf()
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_lcb_act.cc | 617 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 202 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind() 220 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 415 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 1324 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
|