Home
last modified time | relevance | path

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

/aosp_15_r20/external/tinyalsa_new/tests/src/
H A Dpcm_params_test.cc123 auto proper_string = std::make_unique<char[]>(proper_string_size); in TEST() local
124 count = pcm_params_to_string(params, proper_string.get(), proper_string_size); in TEST()
127 ASSERT_EQ(std::strlen(proper_string.get()), proper_string_len); in TEST()