Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4367 sp<DeviceDescriptor> supportedDevice = 0; in initialize() local
4369 supportedDevice = mDefaultOutputDevice; in initialize()
4376 supportedDevice = availProfileDevices.itemAt(0); in initialize()
4378 if (!mAvailableOutputDevices.contains(supportedDevice)) { in initialize()
4384 status_t status = outputDesc->open(nullptr, DeviceVector(supportedDevice), in initialize()
4389 supportedDevice->toString().c_str(), hwModule->getName()); in initialize()
4404 DeviceVector(supportedDevice), in initialize()