Home
last modified time | relevance | path

Searched refs:pass_through_command_play_pushed (Results 1 – 3 of 3) sorted by relevance

/system/bt/packet/tests/avrcp/
Dpass_through_packet_test.cc30 ASSERT_EQ(builder->size(), pass_through_command_play_pushed.size()); in TEST()
33 ASSERT_EQ(test_packet->GetData(), pass_through_command_play_pushed); in TEST()
44 TestPassThroughPacket::Make(pass_through_command_play_pushed); in TEST()
55 TestPassThroughPacket::Make(pass_through_command_play_pushed); in TEST()
63 std::vector<uint8_t> packet_copy = pass_through_command_play_pushed; in TEST()
Davrcp_test_packets.h91 std::vector<uint8_t> pass_through_command_play_pushed = {0x00, 0x48, 0x7c, 0x44, variable
/system/bt/packet/tests/fuzzers/
Dpass_through_packet_fuzzer.cc31 std::vector<uint8_t> pass_through_command_play_pushed; in LLVMFuzzerTestOneInput() local
36 pass_through_command_play_pushed.push_back(data[x]); in LLVMFuzzerTestOneInput()
40 TestPassThroughPacket::Make(pass_through_command_play_pushed); in LLVMFuzzerTestOneInput()