Home
last modified time | relevance | path

Searched refs:queryEffects (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp152 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
168 mEffectFactory->queryEffects(getEffectUuidNull(), std::nullopt, std::nullopt, &descs)); in TEST_P()
175 mEffectFactory->queryEffects(std::nullopt, getEffectUuidNull(), std::nullopt, &descs)); in TEST_P()
182 mEffectFactory->queryEffects(std::nullopt, std::nullopt, getEffectUuidNull(), &descs)); in TEST_P()
189 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
200 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
218 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
227 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
251 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
263 EXPECT_IS_OK(mEffectFactory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)); in TEST_P()
[all …]
DEffectFactoryHelper.h49 factory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIFactory.aidl48 Descriptor[] queryEffects(in @nullable AudioUuid type, in queryEffects() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DIFactory.aidl37 …android.hardware.audio.effect.Descriptor[] queryEffects(in @nullable android.media.audio.common.Au… in queryEffects() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DIFactory.aidl37 …android.hardware.audio.effect.Descriptor[] queryEffects(in @nullable android.media.audio.common.Au… in queryEffects() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DIFactory.aidl37 …android.hardware.audio.effect.Descriptor[] queryEffects(in @nullable android.media.audio.common.Au… in queryEffects() method
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h45 ndk::ScopedAStatus queryEffects(
/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp74 ndk::ScopedAStatus Factory::queryEffects(const std::optional<AudioUuid>& in_type_uuid, in queryEffects() function in aidl::android::hardware::audio::effect::Factory