Home
last modified time | relevance | path

Searched refs:packet2 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTracerTest.cpp297 const auto& packet2 = packets[1]; in TEST_F() local
298 ASSERT_TRUE(packet2.has_timestamp()); in TEST_F()
299 EXPECT_EQ(packet2.timestamp(), signalTime2); in TEST_F()
300 ASSERT_TRUE(packet2.has_graphics_frame_event()); in TEST_F()
301 ASSERT_TRUE(packet2.graphics_frame_event().has_buffer_event()); in TEST_F()
371 const auto& packet2 = packets[1]; in TEST_F() local
372 ASSERT_TRUE(packet2.has_timestamp()); in TEST_F()
373 EXPECT_EQ(packet2.timestamp(), startTime2); in TEST_F()
374 ASSERT_TRUE(packet2.has_graphics_frame_event()); in TEST_F()
375 ASSERT_TRUE(packet2.graphics_frame_event().has_buffer_event()); in TEST_F()
[all …]
H A DFrameTimelineTest.cpp1046 const auto& packet2 = packets[2]; in TEST_F() local
1047 ASSERT_TRUE(packet2.has_timestamp()); in TEST_F()
1048 EXPECT_EQ(packet2.timestamp(), 20u); in TEST_F()
1049 ASSERT_TRUE(packet2.has_frame_timeline_event()); in TEST_F()
1051 const auto& event2 = packet2.frame_timeline_event(); in TEST_F()
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_test_helper.h126 auto packet2 = TestPacketType<PacketType>::Make(); in MatchAndExplain() local
127 pkt_to_compare_to_->Serialize(packet2); in MatchAndExplain()
129 if (packet1->GetData() != packet2->GetData()) { in MatchAndExplain()
131 *listener << packet2->ToString(); in MatchAndExplain()
136 return packet1->GetData() == packet2->GetData(); in MatchAndExplain()
/aosp12/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuMemTracerTest.cpp167 const auto& packet2 = packets[2]; in TEST_F() local
168 ASSERT_TRUE(packet2.has_timestamp()); in TEST_F()
169 ASSERT_TRUE(packet2.has_gpu_mem_total_event()); in TEST_F()
170 const auto& gpuMemEvent2 = packet2.gpu_mem_total_event(); in TEST_F()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler_test.cc191 std::vector<uint8_t> packet2 = {0x04, 0x05, 0x06}; in TEST_F() local
193 EnqueueAclUpEnd(queue_up_end, packet2); in TEST_F()
197 VerifyPacket(handle, packet2); in TEST_F()
295 std::vector<uint8_t> packet2 = {0x02, 0x02, 0x03, i}; in TEST_F() local
299 EnqueueAclUpEnd(queue_up_end2, packet2); in TEST_F()
309 std::vector<uint8_t> packet2 = {0x02, 0x02, 0x03, i}; in TEST_F() local
313 VerifyPacket(handle2, packet2); in TEST_F()
/aosp12/system/bt/gd/l2cap/internal/
H A Dscheduler_fifo_test.cc131 auto packet2 = std::move(enqueue_.enqueued.front()); in TEST_F() local
132 packet_view = GetPacketView(std::move(packet2)); in TEST_F()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc2134 uint8_t* packet2 = in bta_av_data_path() local
2136 memcpy(packet2, data_begin, fragment_len); in bta_av_data_path()