Home
last modified time | relevance | path

Searched refs:isStrengthSupported (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/audio/effect/5.0/
DIBassBoostEffect.hal26 isStrengthSupported() generates (Result retval, bool strengthSupported);
DIVirtualizerEffect.hal26 isStrengthSupported() generates (bool strengthSupported);
/hardware/interfaces/audio/effect/6.0/
DIBassBoostEffect.hal26 isStrengthSupported() generates (Result retval, bool strengthSupported);
DIVirtualizerEffect.hal26 isStrengthSupported() generates (bool strengthSupported);
/hardware/interfaces/audio/effect/4.0/
DIBassBoostEffect.hal26 isStrengthSupported() generates (Result retval, bool strengthSupported);
DIVirtualizerEffect.hal26 isStrengthSupported() generates (bool strengthSupported);
/hardware/interfaces/audio/effect/2.0/
DIBassBoostEffect.hal26 isStrengthSupported() generates (Result retval, bool strengthSupported);
DIVirtualizerEffect.hal26 isStrengthSupported() generates (bool strengthSupported);
/hardware/interfaces/audio/effect/all-versions/default/
DBassBoostEffect.h96 Return<void> isStrengthSupported(isStrengthSupported_cb _hidl_cb) override;
DVirtualizerEffect.h96 Return<bool> isStrengthSupported() override;
DBassBoostEffect.cpp169 Return<void> BassBoostEffect::isStrengthSupported(isStrengthSupported_cb _hidl_cb) { in isStrengthSupported() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
DVirtualizerEffect.cpp181 Return<bool> VirtualizerEffect::isStrengthSupported() { in isStrengthSupported() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect