Home
last modified time | relevance | path

Searched refs:fixed_queue_try_peek_first (Results 1 – 10 of 10) sorted by relevance

/system/bt/osi/test/
Dfixed_queue_test.cpp193 EXPECT_EQ(NULL, fixed_queue_try_peek_first(NULL)); in TEST_F()
197 EXPECT_EQ(NULL, fixed_queue_try_peek_first(queue)); in TEST_F()
202 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()
207 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()
212 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()
/system/bt/osi/include/
Dfixed_queue.h79 void *fixed_queue_try_peek_first(fixed_queue_t *queue);
/system/bt/osi/src/
Dfixed_queue.c174 void *fixed_queue_try_peek_first(fixed_queue_t *queue) { in fixed_queue_try_peek_first() function
/system/bt/stack/l2cap/
Dl2c_ucd.c762 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_check_pending_out_sec_q()
Dl2c_fcr.c1705 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1856 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
Dl2c_api.c2228 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
/system/bt/stack/gap/
Dgap_conn.c361 BT_HDR *p_buf = fixed_queue_try_peek_first(p_ccb->rx_queue); in GAP_ConnReadData()
/system/bt/stack/rfcomm/
Dport_api.c1249 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
/system/bt/stack/gatt/
Dgatt_sr.c1307 tGATT_VALUE *p_buf = (tGATT_VALUE *)fixed_queue_try_peek_first(p_tcb->pending_ind_q); in gatts_chk_pending_ind()
/system/bt/btif/src/
Dbtif_media_task.c1339 p_msg = (tBT_SBC_HDR *)fixed_queue_try_peek_first(btif_media_cb.RxSbcQ); in btif_media_task_avk_handle_timer()