Home
last modified time | relevance | path

Searched refs:queryProcessing (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIFactory.aidl59 Processing[] queryProcessing(in @nullable Processing.Type type); in queryProcessing() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DIFactory.aidl38 …android.hardware.audio.effect.Processing[] queryProcessing(in @nullable android.hardware.audio.eff… in queryProcessing() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DIFactory.aidl38 …android.hardware.audio.effect.Processing[] queryProcessing(in @nullable android.hardware.audio.eff… in queryProcessing() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DIFactory.aidl38 …android.hardware.audio.effect.Processing[] queryProcessing(in @nullable android.hardware.audio.eff… in queryProcessing() method
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp275 EXPECT_IS_OK(mEffectFactory->queryProcessing(std::nullopt, &processing)); in TEST_P()
281 EXPECT_IS_OK(mEffectFactory->queryProcessing(streamType, &processingFilteredByStream)); in TEST_P()
286 EXPECT_IS_OK(mEffectFactory->queryProcessing(source, &processingFilteredBySource)); in TEST_P()
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h58 ndk::ScopedAStatus queryProcessing(const std::optional<Processing::Type>& in_type,
/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp102 ndk::ScopedAStatus Factory::queryProcessing(const std::optional<Processing::Type>& in_type, in queryProcessing() function in aidl::android::hardware::audio::effect::Factory