/system/bt/osi/test/ |
D | fixed_queue_test.cpp | 156 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/ |
D | fixed_queue.h | 58 void fixed_queue_enqueue(fixed_queue_t *queue, void *data);
|
/system/bt/osi/src/ |
D | data_dispatcher.c | 95 fixed_queue_enqueue(queue, data); in data_dispatcher_dispatch()
|
D | thread.c | 144 fixed_queue_enqueue(thread->work_queue, item); in thread_post()
|
D | eager_reader.c | 256 fixed_queue_enqueue(reader->buffers, buffer); in inbound_data_waiting()
|
D | fixed_queue.c | 114 void fixed_queue_enqueue(fixed_queue_t *queue, void *data) { in fixed_queue_enqueue() function
|
D | alarm.c | 668 fixed_queue_enqueue(alarm->queue, alarm); in callback_dispatch()
|
/system/bt/stack/l2cap/ |
D | l2c_ucd.c | 747 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()
|
D | l2c_fcr.c | 1233 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/ |
D | btif_media_task.c | 1044 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/ |
D | hci_layer.c | 372 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/ |
D | rfc_utils.c | 464 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
|
D | port_rfc.c | 895 fixed_queue_enqueue(p_port->rx.queue, p_buf); in PORT_DataInd()
|
/system/bt/stack/avdt/ |
D | avdt_msg.c | 1532 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/ |
D | bta_sys_main.c | 578 fixed_queue_enqueue(btu_bta_msg_queue, p_msg); in bta_sys_sendmsg()
|
/system/bt/stack/gap/ |
D | gap_conn.c | 519 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()
|
D | gap_ble.c | 183 fixed_queue_enqueue(p_clcb->pending_req_q, p_q); in gap_ble_enqueue_request()
|
/system/bt/stack/gatt/ |
D | gatt_utils.c | 242 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()
|
D | gatt_db.c | 1105 fixed_queue_enqueue(p_db->svc_buffer, p_buf); in allocate_svc_db_buf()
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 933 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/ |
D | btm_ble_bgconn.c | 700 fixed_queue_enqueue(btm_cb.ble_ctr_cb.conn_pending_q, p); in btm_ble_enqueue_direct_conn_req()
|
D | btm_acl.c | 2536 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/ |
D | avct_lcb_act.c | 604 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
|
/system/bt/bta/pan/ |
D | bta_pan_act.c | 200 fixed_queue_enqueue(p_scb->data_queue, p_new_buf); in bta_pan_data_buf_ind_cback()
|
/system/bt/stack/bnep/ |
D | bnep_utils.c | 445 fixed_queue_enqueue(p_bcb->xmit_q, p_buf); in bnepu_check_send_packet()
|