Home
last modified time | relevance | path

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

12

/aosp12/system/bt/osi/test/
H A Dfixed_queue_test.cc201 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 Dthread_performance_benchmark.cc141 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 Dthread_performance_test.cc126 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 Dfixed_queue.h66 void fixed_queue_enqueue(fixed_queue_t* queue, void* data);
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc113 fixed_queue_enqueue(fixed_queue, buf_ptr); in callArbitraryFunction()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_fcr.cc1050 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 Dl2c_ble.cc1518 fixed_queue_enqueue(p_lcb->le_sec_pending_q, p_buf); in l2ble_sec_access_req()
/aosp12/system/bt/stack/avdt/
H A Davdt_msg.cc1374 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 Dthread.cc139 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
H A Dfixed_queue.cc116 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
H A Dalarm.cc658 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc491 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 Drfc_utils.cc423 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
H A Dport_api.cc824 fixed_queue_enqueue(p_port->tx.queue, p_buf); in port_write()
H A Dport_rfc.cc814 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
/aosp12/system/bt/bta/pan/
H A Dbta_pan_act.cc198 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
/aosp12/system/bt/stack/avct/
H A Davct_lcb_act.cc537 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
/aosp12/system/bt/stack/gatt/
H A Dgatt_utils.cc169 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 Dgatt_sr.cc246 fixed_queue_enqueue(p_cmd->multi_rsp_q, p_buf); in process_read_multi_rsp()
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc672 fixed_queue_enqueue(btif_a2dp_sink_cb.rx_audio_queue, p_msg); in btif_a2dp_sink_enqueue_buf()
H A Dbtif_a2dp_source.cc1011 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 Dosi.cc336 void fixed_queue_enqueue(fixed_queue_t* queue, void* data) { in fixed_queue_enqueue() function
/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc156 fixed_queue_enqueue(p_dev->get_rpt_id_queue, (void*)get_rpt_id); in uhid_read_event()
/aosp12/system/bt/stack/bnep/
H A Dbnep_utils.cc412 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()
/aosp12/system/bt/stack/avrc/
H A Davrc_api.cc1272 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()

12