Home
last modified time | relevance | path

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

/system/bt/packet/tests/fuzzers/
Dreject_packet_fuzzer.cc32 std::vector<uint8_t> rejected_volume_changed_notification; in LLVMFuzzerTestOneInput() local
36 rejected_volume_changed_notification.push_back(data[x]); in LLVMFuzzerTestOneInput()
40 TestAvrcpPacket::Make(rejected_volume_changed_notification); in LLVMFuzzerTestOneInput()
/system/bt/packet/tests/avrcp/
Davrcp_test_packets.h150 std::vector<uint8_t> rejected_volume_changed_notification = { variable
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc1129 auto response = TestAvrcpPacket::Make(rejected_volume_changed_notification); in TEST_F()