Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/default/util/tests/
H A Dcoreutils_tests.cpp295 std::vector<record_track_metadata_v7_t> halInvalidTagsV7 = {{.tags = "random string"}}; in TEST() local
297 halInvalidTagsV7, false /*ignoreNonVendorTags*/, &invalidTags)); in TEST()
300 halInvalidTagsV7, true /*ignoreNonVendorTags*/, &invalidTags)); in TEST()
457 std::vector<playback_track_metadata_v7_t> halInvalidTagsV7 = {{.tags = "random string"}}; in TEST() local
459 halInvalidTagsV7, false /*ignoreNonVendorTags*/, &invalidTags)); in TEST()
462 halInvalidTagsV7, true /*ignoreNonVendorTags*/, &invalidTags)); in TEST()