Searched refs:rejected_volume_changed_notification (Results 1 – 3 of 3) sorted by relevance
32 std::vector<uint8_t> rejected_volume_changed_notification; in LLVMFuzzerTestOneInput() local36 rejected_volume_changed_notification.push_back(data[x]); in LLVMFuzzerTestOneInput()39 auto test_packet = TestAvrcpPacket::Make(rejected_volume_changed_notification); in LLVMFuzzerTestOneInput()
226 std::vector<uint8_t> rejected_volume_changed_notification = {0x0a, 0x48, 0x00, 0x00, 0x19, 0x58, variable
1233 auto response = TestAvrcpPacket::Make(rejected_volume_changed_notification); in TEST_F()