Home
last modified time | relevance | path

Searched refs:IsPacketQueueEmpty (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc300 bool IsPacketQueueEmpty() const { in IsPacketQueueEmpty() function in bluetooth::hci::acl_manager::__anonebe05a7e0211::TestHciLayer
1112 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1123 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1136 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1146 ASSERT_TRUE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1184 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1195 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1208 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1220 ASSERT_FALSE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
1230 ASSERT_TRUE(hci_layer_->IsPacketQueueEmpty()); in TEST_F()
[all …]
Dclassic_acl_connection_test.cc164 bool IsPacketQueueEmpty() const { in IsPacketQueueEmpty() function in TestAclConnectionInterface
310 ASSERT_FALSE(acl_connection_interface_.IsPacketQueueEmpty()); in TEST_F()
316 ASSERT_TRUE(acl_connection_interface_.IsPacketQueueEmpty()); in TEST_F()
Dle_acl_connection_test.cc147 bool IsPacketQueueEmpty() const { in IsPacketQueueEmpty() function in bluetooth::hci::acl_manager::__anon514ad8eb0111::TestLeAclConnectionInterface