Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/util/tests/
Dcoreutils_tests.cpp40 static constexpr audio_content_type_t kInvalidHalContentType = variable
438 {.content_type = kInvalidHalContentType}}; in TEST()
440 {.base = {.content_type = kInvalidHalContentType}}}; in TEST()
/hardware/interfaces/audio/common/all-versions/default/tests/
Dhidlutils_tests.cpp39 static constexpr audio_content_type_t kInvalidHalContentType = variable
384 EXPECT_EQ(BAD_VALUE, HidlUtils::audioContentTypeFromHal(kInvalidHalContentType, &invalid)); in TEST()