Searched refs:short_vendor_packet (Results 1 – 3 of 3) sorted by relevance
40 std::vector<uint8_t> short_vendor_packet; in LLVMFuzzerTestOneInput() local45 short_vendor_packet.push_back(data[x]); in LLVMFuzzerTestOneInput()52 auto test_packet = TestVendorPacket::Make(short_vendor_packet); in LLVMFuzzerTestOneInput()
481 std::vector<uint8_t> short_vendor_packet = {0x01, 0x48, 0x00, 0x00, 0x19, 0x58, 0x10, 0x00, 0x00, 0… variable
2124 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F()