Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A 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()
/aosp12/system/bt/osi/include/
H A Dfixed_queue.h87 void* fixed_queue_try_peek_first(fixed_queue_t* queue);
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc140 fixed_queue_try_peek_first(fixed_queue); in callArbitraryFunction()
/aosp12/system/bt/osi/src/
H A Dfixed_queue.cc179 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
/aosp12/system/bt/test/stub/
H A Dosi.cc360 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc368 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_fcr.cc1411 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1525 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
H A Dl2c_api.cc1566 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
/aosp12/system/bt/stack/rfcomm/
H A Dport_api.cc724 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
/aosp12/system/bt/stack/gatt/
H A Dgatt_sr.cc1184 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()