Home
last modified time | relevance | path

Searched defs:halProfile (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/
H A DHidlUtils.cpp940 status_t HidlUtils::audioProfileFromHal(const struct audio_profile& halProfile, bool isInput, in audioProfileFromHal()
958 struct audio_profile* halProfile) { in audioProfileToHal()
/aosp12/hardware/interfaces/audio/common/all-versions/default/tests/
H A Dhidlutils_tests.cpp917 struct audio_profile halProfile; in TEST() local