Home
last modified time | relevance | path

Searched refs:addEffect (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl129 void addEffect(in IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamCommon.aidl42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() method
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp104 ndk::ScopedAStatus StreamSwitcher::addEffect(const std::shared_ptr<IEffect>& in_effect) { in addEffect() function in aidl::android::hardware::audio::core::StreamSwitcher
114 RETURN_STATUS_IF_ERROR(mStream->addEffect(in_effect)); in addEffect()
234 if (auto status = mStream->addEffect(effect); !status.isOk()) { in setConnectedDevices()
DStream.cpp732 ndk::ScopedAStatus StreamCommonImpl::addEffect( in addEffect() function in aidl::android::hardware::audio::core::StreamCommonImpl
/hardware/interfaces/audio/effect/4.0/
DIEffectsFactory.hal54 * IStream::addEffect and IStream::removeEffect methods.
/hardware/interfaces/audio/effect/5.0/
DIEffectsFactory.hal54 * IStream::addEffect and IStream::removeEffect methods.
/hardware/interfaces/audio/effect/2.0/
DIEffectsFactory.hal54 * IStream::addEffect and IStream::removeEffect methods.
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h114 ndk::ScopedAStatus addEffect(
DStream.h317 virtual ndk::ScopedAStatus addEffect(
378 ndk::ScopedAStatus addEffect( in addEffect() function
382 return delegate != nullptr ? delegate->addEffect(in_effect) in addEffect()
420 ndk::ScopedAStatus addEffect(
/hardware/interfaces/audio/effect/7.0/
DIEffectsFactory.hal58 * IStream::addEffect and IStream::removeEffect methods.
/hardware/interfaces/audio/effect/6.0/
DIEffectsFactory.hal58 * IStream::addEffect and IStream::removeEffect methods.
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h81 Return<Result> addEffect(uint64_t effectId) override;
DStreamOut.h80 Return<Result> addEffect(uint64_t effectId) override;
DStream.h88 Return<Result> addEffect(uint64_t effectId) override;
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp250 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
251 return mStreamCommon->addEffect(effectId); in addEffect()
DStreamOut.cpp257 Return<Result> StreamOut::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
258 return mStreamCommon->addEffect(effectId); in addEffect()
DStream.cpp319 Return<Result> Stream::addEffect(uint64_t effectId) { in addEffect() function in android::hardware::audio::CPP_VERSION::implementation::Stream
/hardware/interfaces/audio/2.0/
DIStream.hal141 addEffect(uint64_t effectId) generates (Result retval);
/hardware/interfaces/audio/7.0/
DIStream.hal92 addEffect(uint64_t effectId) generates (Result retval);
/hardware/interfaces/audio/6.0/
DIStream.hal160 addEffect(uint64_t effectId) generates (Result retval);
/hardware/interfaces/audio/5.0/
DIStream.hal158 addEffect(uint64_t effectId) generates (Result retval);
/hardware/interfaces/audio/4.0/
DIStream.hal158 addEffect(uint64_t effectId) generates (Result retval);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1565 ASSERT_RESULT(Result::INVALID_ARGUMENTS, stream->addEffect(666)))

12