Home
last modified time | relevance | path

Searched refs:IsFlushable (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/test/hci/
H A Dstack_hci_test.cc125 ASSERT_TRUE(preamble.IsFlushable()); in TEST_F()
129 ASSERT_TRUE(!preamble.IsFlushable()); in TEST_F()
/aosp12/system/bt/gd/packet/
H A Dbase_packet_builder.h44 bool IsFlushable() const { in IsFlushable() function
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler.cc141 PacketBoundaryFlag packet_boundary_flag = (packet->IsFlushable()) in buffer_packet()
/aosp12/system/bt/main/shim/
H A Dhelpers.h249 return ToPacketData<const HciDataPreamble>(p_buf)->IsFlushable(); in IsPacketFlushable()
/aosp12/system/bt/stack/include/
H A Dhcidefs.h889 bool IsFlushable() const { in IsFlushable() function