Searched refs:fixed_queue_try_peek_first (Results 1 – 9 of 9) sorted by relevance
238 EXPECT_EQ(NULL, fixed_queue_try_peek_first(NULL)); in TEST_F()242 EXPECT_EQ(NULL, fixed_queue_try_peek_first(queue)); in TEST_F()247 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()252 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()257 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()
87 void* fixed_queue_try_peek_first(fixed_queue_t* queue);
140 fixed_queue_try_peek_first(fixed_queue); in callArbitraryFunction()
179 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
387 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()
706 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
1680 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1809 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
1838 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
1111 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()