Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dmetadata_tests.cpp29 inline constexpr CKey<std::string> ITS_NAME_IS("its_name_is"); variable
178 d[ITS_NAME_IS] = "spot"; in TEST()
189 ASSERT_EQ("spot", *d.get_ptr(ITS_NAME_IS)); in TEST()
192 ASSERT_EQ("spot", d[ITS_NAME_IS]); in TEST()
204 ASSERT_EQ("spot", *data.get_ptr(ITS_NAME_IS)); in TEST()