Home
last modified time | relevance | path

Searched refs:TestPassThroughPacket (Results 1 – 2 of 2) sorted by relevance

/system/bt/packet/tests/avrcp/
Dpass_through_packet_test.cc26 using TestPassThroughPacket = TestPacketType<PassThroughPacket>; typedef
31 auto test_packet = TestPassThroughPacket::Make(); in TEST()
37 test_packet = TestPassThroughPacket::Make(); in TEST()
44 TestPassThroughPacket::Make(pass_through_command_play_pushed); in TEST()
48 test_packet = TestPassThroughPacket::Make(pass_through_command_play_released); in TEST()
55 TestPassThroughPacket::Make(pass_through_command_play_pushed); in TEST()
58 test_packet = TestPassThroughPacket::Make(pass_through_command_play_released); in TEST()
65 auto test_packet = TestPassThroughPacket::Make(packet_copy); in TEST()
69 test_packet = TestPassThroughPacket::Make(short_packet); in TEST()
/system/bt/packet/tests/fuzzers/
Dpass_through_packet_fuzzer.cc28 using TestPassThroughPacket = TestPacketType<PassThroughPacket>; typedef
40 TestPassThroughPacket::Make(pass_through_command_play_pushed); in LLVMFuzzerTestOneInput()
45 TestPassThroughPacket::Make(pass_through_command_play_released); in LLVMFuzzerTestOneInput()