Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp661 if (sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle())) { in ioConfigChanged() local
662 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()
700 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle()); in ioConfigChanged() local
701 if (oldDesc == 0) { in ioConfigChanged()
708 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()
725 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle()); in ioConfigChanged() local
726 if (oldDesc == 0) { in ioConfigChanged()
733 oldDesc->setPatch(ioDesc->getPatch()); in ioConfigChanged()
740 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()