Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp536 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged() local
537 if (oldDesc == 0) { in ioConfigChanged()
540 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()
578 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged() local
579 if (oldDesc == 0) { in ioConfigChanged()
584 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()
603 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged() local
604 if (oldDesc == 0) { in ioConfigChanged()
610 oldDesc->mPatch = ioDesc->mPatch; in ioConfigChanged()
617 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()