/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalEnvironmentalReverbTargetTest.cpp | 58 static const std::array<Maker, static_cast<int>(EnvironmentalReverb::bypass) + 1> 114 EnvironmentalReverb::bypass>( in __anon8ee7524b0902() 124 if (intTag <= static_cast<int>(EnvironmentalReverb::bypass) && in buildSetAndGetTestParams() 230 static constexpr std::array<Maker, static_cast<int>(EnvironmentalReverb::bypass) + 1> 261 return EnvironmentalReverb::make<EnvironmentalReverb::bypass>(value); in __anon8ee7524b1202() 266 if (intTag <= static_cast<int>(EnvironmentalReverb::bypass) && in createEnvParam() 353 void assertEnergyIncreasingWithParameter(bool bypass) { in assertEnergyIncreasingWithParameter() argument 354 createEnvParam(EnvironmentalReverb::bypass, bypass); in assertEnergyIncreasingWithParameter() 355 ASSERT_NO_FATAL_FAILURE(setAndVerifyParam(EX_NONE, mEnvParam, EnvironmentalReverb::bypass)); in assertEnergyIncreasingWithParameter() 366 void assertZeroEnergyWithBypass(bool bypass) { in assertZeroEnergyWithBypass() argument [all …]
|
D | TestUtils.h | 111 (flags).bypass || (flags).offloadIndication) { \
|
/hardware/interfaces/audio/aidl/default/envReverb/ |
D | EnvReverbSw.h | 59 RetCode setErBypass(bool bypass) { in setErBypass() argument 60 mBypass = bypass; in setErBypass()
|
D | EnvReverbSw.cpp | 169 case EnvironmentalReverb::bypass: { in setParameterSpecific() 170 RETURN_IF(mContext->setErBypass(erParam.get<EnvironmentalReverb::bypass>()) != in setParameterSpecific() 245 case EnvironmentalReverb::bypass: { in getParameterEnvironmentalReverb() 246 erParam.set<EnvironmentalReverb::bypass>(mContext->getErBypass()); in getParameterEnvironmentalReverb()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/ |
D | EnvironmentalReverb.aidl | 89 boolean bypass;
|
D | Flags.aidl | 146 boolean bypass;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/ |
D | EnvironmentalReverb.aidl | 48 boolean bypass;
|
D | Flags.aidl | 45 boolean bypass;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/ |
D | EnvironmentalReverb.aidl | 48 boolean bypass;
|
D | Flags.aidl | 45 boolean bypass;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/ |
D | EnvironmentalReverb.aidl | 48 boolean bypass;
|
D | Flags.aidl | 45 boolean bypass;
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEnvironmentalReverbEffect.hal | 26 setBypass(bool bypass) generates (Result retval); 31 getBypass() generates (Result retval, bool bypass);
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEnvironmentalReverbEffect.hal | 26 setBypass(bool bypass) generates (Result retval); 31 getBypass() generates (Result retval, bool bypass);
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEnvironmentalReverbEffect.hal | 26 setBypass(bool bypass) generates (Result retval); 31 getBypass() generates (Result retval, bool bypass);
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEnvironmentalReverbEffect.hal | 26 setBypass(bool bypass) generates (Result retval); 31 getBypass() generates (Result retval, bool bypass);
|
/hardware/interfaces/audio/effect/7.0/ |
D | IEnvironmentalReverbEffect.hal | 26 setBypass(bool bypass) generates (Result retval); 31 getBypass() generates (Result retval, bool bypass);
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontend.hal | 73 * Link Conditional Access Modules (CAM) to Frontend support Common Interface (CI) bypass mode. 75 * The client may use this to link CI-CAM to a frontend. CI bypass mode requires that the
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | EnvironmentalReverbEffect.cpp | 215 Return<Result> EnvironmentalReverbEffect::setBypass(bool bypass) { in setBypass() argument 216 return mEffect->setParam(REVERB_PARAM_BYPASS, bypass); in setBypass()
|
D | EnvironmentalReverbEffect.h | 105 Return<Result> setBypass(bool bypass) override;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | vkspec.adoc | 60 // Include or insert trivial test markup here, to bypass building full spec
|
D | ChangeLog.adoc | 3674 `[open]` blocks to bypass logic problem with VUID assignment script 9318 makes them also apply to variable_pointer usage, which can bypass the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_drm_format_modifier.adoc | 88 The compositor may also bypass OpenGL and submit the code:wl_buffer directly
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_ANDROID_external_format_resolve.adoc | 55 …olor attachment to an external format resolve attachment at any time, or bypass writing to a color…
|
/hardware/interfaces/radio/1.6/ |
D | IRadio.hal | 353 * In case of an emergency call, the modem is authorized to bypass this
|