Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_fixed_queue.cc49 struct fixed_queue_try_peek_first fixed_queue_try_peek_first; variable
117 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
119 return test::mock::osi_fixed_queue::fixed_queue_try_peek_first(queue); in fixed_queue_try_peek_first()
Dmock_osi_fixed_queue.h207 struct fixed_queue_try_peek_first { struct
213 extern struct fixed_queue_try_peek_first fixed_queue_try_peek_first; argument
/packages/modules/Bluetooth/system/osi/test/
Dfixed_queue_test.cc236 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()
/packages/modules/Bluetooth/system/osi/include/
Dfixed_queue.h87 void* fixed_queue_try_peek_first(fixed_queue_t* queue);
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc140 fixed_queue_try_peek_first(fixed_queue); in callArbitraryFunction()
/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc322 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()
/packages/modules/Bluetooth/system/osi/src/
Dfixed_queue.cc182 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc333 void* fixed_queue_try_peek_first(fixed_queue_t* queue) { in fixed_queue_try_peek_first() function
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc374 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc1414 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()
Dl2c_api.cc1574 fmt::ptr(fixed_queue_try_peek_first(p_ccb->xmit_hold_q))); in L2CA_FlushChannel()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc726 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_port->rx.queue); in PORT_ReadData()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr.cc1226 (tGATT_VALUE*)fixed_queue_try_peek_first(tcb.pending_ind_q); in gatts_chk_pending_ind()