Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/audio/aidl/vts/
DVtsHalEnvironmentalReverbTargetTest.cpp58 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 …]
DTestUtils.h111 (flags).bypass || (flags).offloadIndication) { \
/hardware/interfaces/audio/aidl/default/envReverb/
DEnvReverbSw.h59 RetCode setErBypass(bool bypass) { in setErBypass() argument
60 mBypass = bypass; in setErBypass()
DEnvReverbSw.cpp169 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/
DEnvironmentalReverb.aidl89 boolean bypass;
DFlags.aidl146 boolean bypass;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DEnvironmentalReverb.aidl48 boolean bypass;
DFlags.aidl45 boolean bypass;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DEnvironmentalReverb.aidl48 boolean bypass;
DFlags.aidl45 boolean bypass;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DEnvironmentalReverb.aidl48 boolean bypass;
DFlags.aidl45 boolean bypass;
/hardware/interfaces/audio/effect/2.0/
DIEnvironmentalReverbEffect.hal26 setBypass(bool bypass) generates (Result retval);
31 getBypass() generates (Result retval, bool bypass);
/hardware/interfaces/audio/effect/5.0/
DIEnvironmentalReverbEffect.hal26 setBypass(bool bypass) generates (Result retval);
31 getBypass() generates (Result retval, bool bypass);
/hardware/interfaces/audio/effect/6.0/
DIEnvironmentalReverbEffect.hal26 setBypass(bool bypass) generates (Result retval);
31 getBypass() generates (Result retval, bool bypass);
/hardware/interfaces/audio/effect/4.0/
DIEnvironmentalReverbEffect.hal26 setBypass(bool bypass) generates (Result retval);
31 getBypass() generates (Result retval, bool bypass);
/hardware/interfaces/audio/effect/7.0/
DIEnvironmentalReverbEffect.hal26 setBypass(bool bypass) generates (Result retval);
31 getBypass() generates (Result retval, bool bypass);
/hardware/interfaces/tv/tuner/1.1/
DIFrontend.hal73 * 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/
DEnvironmentalReverbEffect.cpp215 Return<Result> EnvironmentalReverbEffect::setBypass(bool bypass) { in setBypass() argument
216 return mEffect->setParam(REVERB_PARAM_BYPASS, bypass); in setBypass()
DEnvironmentalReverbEffect.h105 Return<Result> setBypass(bool bypass) override;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dvkspec.adoc60 // Include or insert trivial test markup here, to bypass building full spec
DChangeLog.adoc3674 `[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/
DVK_EXT_image_drm_format_modifier.adoc88 The compositor may also bypass OpenGL and submit the code:wl_buffer directly
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_ANDROID_external_format_resolve.adoc55 …olor attachment to an external format resolve attachment at any time, or bypass writing to a color…
/hardware/interfaces/radio/1.6/
DIRadio.hal353 * In case of an emergency call, the modem is authorized to bypass this

12