Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevice.cpp404 struct audio_port_config halPortConfig; in openOutputStream() local
405 if (status_t status = HidlUtils::audioPortConfigToHal(config, &halPortConfig); in openOutputStream()
410 mDevice->set_audio_port_config(mDevice, &halPortConfig)); in openOutputStream()