Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dfixed_queue_test.cc238 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()
/system/bt/osi/include/
Dfixed_queue.h87 void* fixed_queue_try_peek_first(fixed_queue_t* queue);
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc140 fixed_queue_try_peek_first(fixed_queue); in callArbitraryFunction()
/system/bt/osi/src/
Dfixed_queue.cc179 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
/system/bt/stack/gap/
Dgap_conn.cc387 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()
/system/bt/stack/rfcomm/
Dport_api.cc706 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
/system/bt/stack/l2cap/
Dl2c_fcr.cc1680 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()
Dl2c_api.cc1838 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
/system/bt/stack/gatt/
Dgatt_sr.cc1111 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()