Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectContext.h61 int getIoHandle() const;
/hardware/interfaces/audio/aidl/default/
DEffectContext.cpp117 int EffectContext::getIoHandle() const { in getIoHandle() function in aidl::android::hardware::audio::effect::EffectContext
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp534 source.ext.mix().ioHandle = helper.getIoHandle(); in createPatchIfNeeded()
706 sink.ext.mix().ioHandle = helper.getIoHandle(); in createPatchIfNeeded()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h888 AudioIoHandle getIoHandle() const { return mIoHandle; } in getIoHandle() function