Home
last modified time | relevance | path

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

12

/system/bt/osi/test/
Dfixed_queue_test.cpp156 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING); in TEST_F()
201 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING1); in TEST_F()
206 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING2); in TEST_F()
211 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING3); in TEST_F()
231 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING1); in TEST_F()
232 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING2); in TEST_F()
233 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING3); in TEST_F()
268 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING); in TEST_F()
300 fixed_queue_enqueue(queue, (void *)DUMMY_DATA_STRING); in TEST_F()
/system/bt/osi/include/
Dfixed_queue.h58 void fixed_queue_enqueue(fixed_queue_t *queue, void *data);
/system/bt/osi/src/
Ddata_dispatcher.c95 fixed_queue_enqueue(queue, data); in data_dispatcher_dispatch()
Dthread.c144 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
Deager_reader.c256 fixed_queue_enqueue(reader->buffers, buffer); in inbound_data_waiting()
Dfixed_queue.c114 void fixed_queue_enqueue(fixed_queue_t *queue, void *data) { in fixed_queue_enqueue() function
Dalarm.c668 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
/system/bt/stack/l2cap/
Dl2c_ucd.c747 fixed_queue_enqueue(p_ccb->p_lcb->ucd_out_sec_pending_q, p_data); in l2c_ucd_enqueue_pending_out_sec_q()
969 fixed_queue_enqueue(p_ccb->p_lcb->ucd_in_sec_pending_q, p_data); in l2c_ucd_process_event()
1043 fixed_queue_enqueue(p_ccb->p_lcb->ucd_in_sec_pending_q, p_data); in l2c_ucd_process_event()
1104 fixed_queue_enqueue(p_ccb->p_lcb->ucd_in_sec_pending_q, p_data); in l2c_ucd_process_event()
1133 fixed_queue_enqueue(p_ccb->p_lcb->ucd_in_sec_pending_q, p_data); in l2c_ucd_process_event()
Dl2c_fcr.c1233 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame()
1272 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf); in process_i_frame()
1638 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames()
1805 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_xmit); in l2c_fcr_get_next_xmit_sdu_seg()
1824 fixed_queue_enqueue(p_ccb->fcrb.waiting_for_ack_q, p_wack); in l2c_fcr_get_next_xmit_sdu_seg()
/system/bt/btif/src/
Dbtif_media_task.c1044 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_clear_track()
1072 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_reset_decoder()
1296 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_a2dp_set_audio_focus_state()
1458 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_send_cmd_evt()
1618 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_enc_init_req()
1639 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_enc_update_req()
1660 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_audio_feeding_init_req()
1679 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_start_aa_req()
1710 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_stop_aa_req()
1730 fixed_queue_enqueue(btif_media_cmd_msg_queue, p_buf); in btif_media_task_aa_rx_flush_req()
[all …]
/system/bt/hci/src/
Dhci_layer.c372 fixed_queue_enqueue(command_queue, wait_entry); in transmit_command()
388 fixed_queue_enqueue(command_queue, wait_entry); in transmit_command_futured()
398 fixed_queue_enqueue(packet_queue, data); in transmit_downward()
726 fixed_queue_enqueue(upwards_data_queue, packet); in dispatch_reassembled()
/system/bt/stack/rfcomm/
Drfc_utils.c464 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
Dport_rfc.c895 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
/system/bt/stack/avdt/
Davdt_msg.c1532 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()
1573 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()
1631 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()
1669 fixed_queue_enqueue(p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
/system/bt/bta/sys/
Dbta_sys_main.c578 fixed_queue_enqueue(btu_bta_msg_queue, p_msg); in bta_sys_sendmsg()
/system/bt/stack/gap/
Dgap_conn.c519 fixed_queue_enqueue(p_ccb->tx_queue, p_buf); in GAP_ConnWriteData()
1038 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()
Dgap_ble.c183 fixed_queue_enqueue(p_clcb->pending_req_q, p_q); in gap_ble_enqueue_request()
/system/bt/stack/gatt/
Dgatt_utils.c242 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind()
265 fixed_queue_enqueue(gatt_cb.pending_new_srv_start_q, p_buf); in gatt_add_pending_new_srv_start()
288 fixed_queue_enqueue(gatt_cb.srv_chg_clt_q, p_buf); in gatt_add_srv_chg_clt()
2803 fixed_queue_enqueue(p_tcb->pending_enc_clcb, p_buf); in gatt_add_pending_enc_channel_clcb()
Dgatt_db.c1105 fixed_queue_enqueue(p_db->svc_buffer, p_buf); in allocate_svc_db_buf()
/system/bt/stack/btu/
Dbtu_hcif.c933 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_complete_evt()
1131 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_status_evt()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c700 fixed_queue_enqueue(btm_cb.ble_ctr_cb.conn_pending_q, p); in btm_ble_enqueue_direct_conn_req()
Dbtm_acl.c2536 fixed_queue_enqueue(btm_cb.page_queue, p); in btm_acl_paging()
2550 fixed_queue_enqueue(btm_cb.page_queue, p); in btm_acl_paging()
/system/bt/stack/avct/
Davct_lcb_act.c604 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
/system/bt/bta/pan/
Dbta_pan_act.c200 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
/system/bt/stack/bnep/
Dbnep_utils.c445 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()

12