Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/packet/
Dfragmenting_inserter_unittest.cc33 std::vector<std::unique_ptr<RawBuilder>> fragments; in TEST() local
35 FragmentingInserter it(result.size(), std::back_insert_iterator(fragments)); in TEST()
44 ASSERT_EQ(1, fragments.size()); in TEST()
48 fragments[0]->Serialize(bit_inserter); in TEST()
59 std::vector<std::unique_ptr<RawBuilder>> fragments; in TEST() local
61 FragmentingInserter it(result.size() + 1, std::back_insert_iterator(fragments)); in TEST()
74 ASSERT_EQ(1, fragments.size()); in TEST()
78 fragments[0]->Serialize(bit_inserter); in TEST()
141 std::vector<std::unique_ptr<RawBuilder>> fragments; in TEST_P() local
142 FragmentingInserter it(mtu, std::back_insert_iterator(fragments)); in TEST_P()
[all …]
Dpacket_view.cc27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument
28 : fragments_(fragments), length_(0) { in PacketView()
Dpacket_view.h36 explicit PacketView(std::forward_list<View> fragments);
/system/sepolicy/vendor/
Dvendor_modprobe.te1 # For the use of /vendor/bin/modprobe from vendor init.rc fragments
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.cc152 auto fragments = AclFragmenter(mtu, std::move(packet)).GetFragments(); in buffer_packet() local
153 for (size_t i = 0; i < fragments.size(); i++) { in buffer_packet()
157 … AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(fragments[i]))), in buffer_packet()
/system/chre/platform/shared/idl/
Dhost_messages.fbs119 /// fragments must be delivered before a new LoadNanoappRequest can be
121 /// outstanding fragments, the current request will be overridden with the
124 /// appending to already loaded fragments as appropriate.
126 /// multiple LoadNanoappRequest with incremental nanoapp binary fragments.
149 /// fragments. For clients that do not support fragmented loading, the
/system/core/debuggerd/libdebuggerd/
Dutility.cpp109 std::vector<std::string> fragments = android::base::Split(msg, "\n"); in _VLOG() local
110 for (const std::string& fragment : fragments) { in _VLOG()
/system/chre/chpp/
DREADME.md58 …n the MTU. In such cases, the data message would be split into multiple fragments. A fragmentation…
/system/chre/pal/doc/
DDoxyfile216 # uses this value to replace tabs by spaces in code fragments.
844 # that contain example code fragments that are included (see the \include
945 # special comment blocks from generated source code fragments. Normal C, C++ and
/system/chre/chre_api/doc/
DDoxyfile216 # uses this value to replace tabs by spaces in code fragments.
844 # that contain example code fragments that are included (see the \include
945 # special comment blocks from generated source code fragments. Normal C, C++ and
/system/media/audio_utils/
DDoxyfile234 # uses this value to replace tabs by spaces in code fragments.
893 # that contain example code fragments that are included (see the \include
994 # special comment blocks from generated source code fragments. Normal C, C++ and