Searched refs:fixed_queue_try_peek_first (Results 1 – 13 of 13) sorted by relevance
49 struct fixed_queue_try_peek_first fixed_queue_try_peek_first; variable117 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function119 return test::mock::osi_fixed_queue::fixed_queue_try_peek_first(queue); in fixed_queue_try_peek_first()
207 struct fixed_queue_try_peek_first { struct213 extern struct fixed_queue_try_peek_first fixed_queue_try_peek_first; argument
236 EXPECT_EQ(NULL, fixed_queue_try_peek_first(NULL)); in TEST_F()240 EXPECT_EQ(NULL, fixed_queue_try_peek_first(queue)); in TEST_F()245 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()250 EXPECT_EQ(DUMMY_DATA_STRING1, fixed_queue_try_peek_first(queue)); in TEST_F()255 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()
322 test::mock::osi_fixed_queue::fixed_queue_try_peek_first.body = in FakeOsi()411 test::mock::osi_fixed_queue::fixed_queue_try_peek_first = {}; in ~FakeOsi()
182 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
333 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
374 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()
1414 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1528 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
1574 fmt::ptr(fixed_queue_try_peek_first(p_ccb->xmit_hold_q))); in L2CA_FlushChannel()
726 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
1226 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()