Searched refs:queryEffects (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioEffectFactoryTargetTest.cpp | 152 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 …]
|
D | EffectFactoryHelper.h | 49 factory->queryEffects(std::nullopt, std::nullopt, std::nullopt, &descs)
|
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/ |
D | IFactory.aidl | 48 Descriptor[] queryEffects(in @nullable AudioUuid type, in queryEffects() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/ |
D | IFactory.aidl | 37 …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/ |
D | IFactory.aidl | 37 …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/ |
D | IFactory.aidl | 37 …android.hardware.audio.effect.Descriptor[] queryEffects(in @nullable android.media.audio.common.Au… in queryEffects() method
|
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/ |
D | EffectFactory.h | 45 ndk::ScopedAStatus queryEffects(
|
/hardware/interfaces/audio/aidl/default/ |
D | EffectFactory.cpp | 74 ndk::ScopedAStatus Factory::queryEffects(const std::optional<AudioUuid>& in_type_uuid, in queryEffects() function in aidl::android::hardware::audio::effect::Factory
|