Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 25) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/
Dview.h26 class View {
28 View(std::shared_ptr<const std::vector<uint8_t>> data, size_t begin, size_t end);
29 View(const View& view, size_t begin, size_t end);
30 View(const View& view) = default;
31 virtual ~View() = default;
Dview.cc24 View::View(std::shared_ptr<const std::vector<uint8_t>> data, size_t begin, size_t end) in View() function in test_vendor_lib::packets::View
28 View::View(const View& view, size_t begin, size_t end) : data_(view.data_) { in View() function in test_vendor_lib::packets::View
35 uint8_t View::operator[](size_t i) const { in operator []()
40 size_t View::size() const { in size()
Dpacket_view.cc27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView()
36 : fragments_({View(packet, 0, packet->size())}), length_(packet->size()) {} in PacketView()
72 std::forward_list<View> PacketView<little_endian>::SubViewList(size_t begin, size_t end) const { in SubViewList()
75 std::forward_list<View> view_list; in SubViewList()
76 std::forward_list<View>::iterator it = view_list.before_begin(); in SubViewList()
82 View view(fragment, begin, begin + std::min(length, fragment.size() - begin)); in SubViewList()
Dpacket_view.h34 PacketView(const std::forward_list<class View> fragments);
56 std::forward_list<View> fragments_;
59 std::forward_list<View> SubViewList(size_t begin, size_t end) const;
Diterator.h32 Iterator(std::forward_list<View> data, size_t offset);
79 std::forward_list<View> data_;
Diterator.cc25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator()
/system/bt/gd/packet/
Dview.h26 class View {
28 View(std::shared_ptr<const std::vector<uint8_t>> data, size_t begin, size_t end);
29 View(const View& view, size_t begin, size_t end);
30 View(const View& view) = default;
31 virtual ~View() = default;
Dview.cc24 View::View(std::shared_ptr<const std::vector<uint8_t>> data, size_t begin, size_t end) in View() function in bluetooth::packet::View
28 View::View(const View& view, size_t begin, size_t end) : data_(view.data_) { in View() function in bluetooth::packet::View
35 uint8_t View::operator[](size_t i) const { in operator []()
40 size_t View::size() const { in size()
Dpacket_view_unittest.cc27 using bluetooth::packet::View;
61 …packet = std::shared_ptr<T>(new T({View(std::make_shared<const vector<uint8_t>>(count_all), 0, cou… in SetUp()
103 …PacketView<true> packet({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.siz… in TEST()
117 …PacketView<false> packet({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.si… in TEST()
308 …SubPacketView single_view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.s… in TEST_P()
310 View(std::make_shared<const vector<uint8_t>>(count_1), 0, count_1.size()), in TEST_P()
311 View(std::make_shared<const vector<uint8_t>>(count_2), 0, count_2.size()), in TEST_P()
312 View(std::make_shared<const vector<uint8_t>>(count_3), 0, count_3.size()), in TEST_P()
349 …SubPacketView single_view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.s… in TEST_P()
351 View(std::make_shared<const vector<uint8_t>>(count_1), 0, count_1.size()), in TEST_P()
[all …]
Dpacket_view.cc27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView()
36 : fragments_({View(packet, 0, packet->size())}), length_(packet->size()) {} in PacketView()
72 std::forward_list<View> PacketView<little_endian>::GetSubviewList(size_t begin, size_t end) const { in GetSubviewList()
76 std::forward_list<View> view_list; in GetSubviewList()
77 std::forward_list<View>::iterator it = view_list.before_begin(); in GetSubviewList()
83 View view(fragment, begin, begin + std::min(length, fragment.size() - begin)); in GetSubviewList()
Dpacket_view.h36 PacketView(const std::forward_list<class View> fragments);
56 std::forward_list<View> fragments_;
59 std::forward_list<View> GetSubviewList(size_t begin, size_t end) const;
Diterator.h31 Iterator(std::forward_list<View> data, size_t offset);
78 std::forward_list<View> data_;
Diterator.cc25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator()
Dbit_inserter.cc25 Iterator<little_endian>::Iterator(std::forward_list<View> data, size_t offset) { in Iterator()
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dpacket_view_test.cc58 …packet = std::shared_ptr<T>(new T({View(std::make_shared<const vector<uint8_t>>(count_all), 0, cou… in SetUp()
100 …PacketView<true> packet({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.siz… in TEST()
114 …PacketView<false> packet({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.si… in TEST()
305 …SubPacketView single_view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.s… in TEST_P()
307 View(std::make_shared<const vector<uint8_t>>(count_1), 0, count_1.size()), in TEST_P()
308 View(std::make_shared<const vector<uint8_t>>(count_2), 0, count_2.size()), in TEST_P()
309 View(std::make_shared<const vector<uint8_t>>(count_3), 0, count_3.size()), in TEST_P()
346 …SubPacketView single_view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.s… in TEST_P()
348 View(std::make_shared<const vector<uint8_t>>(count_1), 0, count_1.size()), in TEST_P()
349 View(std::make_shared<const vector<uint8_t>>(count_2), 0, count_2.size()), in TEST_P()
[all …]
Dlink_layer_packet_builder_test.cc383 View count_view(count_shared, 0, count_shared->size()); in TEST_F()
406 View count_view(count_shared, 0, count_shared->size()); in TEST_F()
493 View count_view(count_shared, 0, count_shared->size()); in TEST_F()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dlink_layer_socket_device.cc44 packets::PacketView<true> size({packets::View(received_, 0, Link::kSizeBytes)}); in TimerTick()
/system/tools/hidl/docs/
DREADME.md9 View usage info:
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java58 import android.view.View;
75 implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {
423 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView()
429 public void onViewCreated(final View view, Bundle savedInstanceState) { in onViewCreated()
898 public void onClick(View view) { in onClick()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc48 using test_vendor_lib::packets::View;
188 View count_view(count_shared, 0, count_shared->size()); in NextPacket()
/system/core/logcat/
Devent.logtags110 60002 view_build_drawing_cache (View created drawing cache|1|5)
111 60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
/system/media/audio_utils/
DDoxyfile630 # will remove the Files entry from the Quick Index and from the Folder Tree View
638 # Folder Tree View (if specified).
DDoxyfile.orig630 # will remove the Files entry from the Quick Index and from the Folder Tree View
638 # Folder Tree View (if specified).
/system/chre/pal/doc/
DDoxyfile653 # will remove the Files entry from the Quick Index and from the Folder Tree View
661 # Folder Tree View (if specified).
/system/chre/chre_api/doc/
DDoxyfile653 # will remove the Files entry from the Quick Index and from the Folder Tree View
661 # Folder Tree View (if specified).