Searched refs:ioDesc (Results 1 – 6 of 6) sorted by relevance
30 in AudioIoDescriptor ioDesc); in ioConfigChanged() argument
642 sp<AudioIoDescriptor> ioDesc( in ioConfigChanged() local648 if (ioDesc->getIoHandle() == AUDIO_IO_HANDLE_NONE) return Status::ok(); in ioConfigChanged()661 if (sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle())) { in ioConfigChanged()664 mIoDescriptors[ioDesc->getIoHandle()] = ioDesc; in ioConfigChanged()666 if (ioDesc->getDeviceId() != AUDIO_PORT_HANDLE_NONE) { in ioConfigChanged()667 deviceId = ioDesc->getDeviceId(); in ioConfigChanged()669 auto it = mAudioDeviceCallbacks.find(ioDesc->getIoHandle()); in ioConfigChanged()680 ioDesc->toDebugString().c_str()); in ioConfigChanged()685 if (getIoDescriptor_l(ioDesc->getIoHandle()) == 0) { in ioConfigChanged()687 event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->getIoHandle()); in ioConfigChanged()[all …]
819 const media::AudioIoDescriptor& ioDesc) final EXCLUDES(mMutex);
116 const sp<AudioIoDescriptor>& ioDesc,
401 const sp<AudioIoDescriptor>& ioDesc,
2163 const sp<AudioIoDescriptor>& ioDesc, in ioConfigChanged_l() argument2168 legacy2aidl_AudioIoDescriptor_AudioIoDescriptor(ioDesc)); in ioConfigChanged_l()