Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioIoDescriptor.h62 audio_io_handle_t getIoHandle() const { return mIoHandle; } in getIoHandle() function
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp648 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()
669 auto it = mAudioDeviceCallbacks.find(ioDesc->getIoHandle()); in ioConfigChanged()
685 if (getIoDescriptor_l(ioDesc->getIoHandle()) == 0) { in ioConfigChanged()
687 event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->getIoHandle()); in ioConfigChanged()
691 event == AUDIO_OUTPUT_CLOSED ? "output" : "input", ioDesc->getIoHandle()); in ioConfigChanged()
693 mIoDescriptors.erase(ioDesc->getIoHandle()); in ioConfigChanged()
694 mAudioDeviceCallbacks.erase(ioDesc->getIoHandle()); in ioConfigChanged()
700 sp<AudioIoDescriptor> oldDesc = getIoDescriptor_l(ioDesc->getIoHandle()); in ioConfigChanged()
[all …]
DAidlConversion.cpp452 aidl.ioHandle = VALUE_OR_RETURN(legacy2aidl_audio_io_handle_t_int32_t(legacy->getIoHandle())); in legacy2aidl_AudioIoDescriptor_AudioIoDescriptor()