Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4732 DeviceVector hdmiInputDevices = mAvailableInputDevices.getDevicesFromType( in setSurroundFormatEnabled() local
4734 for (size_t i = 0; i < hdmiInputDevices.size(); i++) { in setSurroundFormatEnabled()
4736 String8 address = String8(hdmiInputDevices[i]->address().c_str()); in setSurroundFormatEnabled()
4737 std::string name = hdmiInputDevices[i]->getName(); in setSurroundFormatEnabled()