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()
585 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()
604 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->mIoHandle); in ioConfigChanged() local
605 if (oldDesc == 0) { in ioConfigChanged()
611 oldDesc->mPatch = ioDesc->mPatch; in ioConfigChanged()
618 deviceId = oldDesc->getDeviceId(); in ioConfigChanged()