Searched refs:fragments (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/packet/ |
D | fragmenting_inserter_unittest.cc | 33 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 …]
|
D | packet_view.cc | 27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument 28 : fragments_(fragments), length_(0) { in PacketView()
|
D | packet_view.h | 36 explicit PacketView(std::forward_list<View> fragments);
|
/system/sepolicy/vendor/ |
D | vendor_modprobe.te | 1 # For the use of /vendor/bin/modprobe from vendor init.rc fragments
|
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler.cc | 152 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/ |
D | host_messages.fbs | 119 /// 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/ |
D | utility.cpp | 109 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/ |
D | README.md | 58 …n the MTU. In such cases, the data message would be split into multiple fragments. A fragmentation…
|
/system/chre/pal/doc/ |
D | Doxyfile | 216 # 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/ |
D | Doxyfile | 216 # 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/ |
D | Doxyfile | 234 # 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
|