Home
last modified time | relevance | path

Searched refs:isOffload (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DGenerators.cpp64 bool isOffload = false; in generateOutFlags() local
67 isOffload = std::find(xsdFlags.begin(), xsdFlags.end(), in generateOutFlags()
70 if (!isOffload) { in generateOutFlags()
80 return {flags, isOffload}; in generateOutFlags()
108 auto [flags, isOffload] = generateOutFlags(mixPort); in generateOutputDeviceConfigParameters()
118 if (isOffload) { in generateOutputDeviceConfigParameters()
156 if ((!isOffload && hasRegularConfig) || (isOffload && hasOffloadConfig)) continue; in getOutputDeviceInvalidConfigParameters()
168 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
176 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
183 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
[all …]
/aosp12/system/media/audio/include/system/
H A Daudio_effect.h549 bool isOffload; // true if the playback thread the effect is attached to is offloaded member
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h33 virtual bool isOffload() const = 0;
583 bool isOffload() const override;
744 bool isOffload() const override { return false; } in isOffload() function
H A DDeviceEffectManager.h162 bool isOffload() const override { return false; } in isOffload() function
H A DEffects.cpp590 setOffloaded(callback->isOffload(), callback->io());
1552 cmd.isOffload = offloaded; in setOffloaded()
2973 bool AudioFlinger::EffectChain::EffectCallback::isOffload() const { in isOffload() function in android::AudioFlinger::EffectChain::EffectCallback
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp71 bool isOffload; member
173 if (callbackInfo->isOffload) { in audioCallback()
182 if (callbackInfo->isOffload) { in audioCallback()
352 lpJniStorage->mCallbackData.isOffload = offload; in android_media_AudioTrack_setup()
/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.c699 offload_param->isOffload, offload_param->ioHandle); in effect_command()
703 context->offload_enabled = offload_param->isOffload; in effect_command()
/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp264 pContext->index = offloadParam->isOffload ? SUB_FX_OFFLOAD : SUB_FX_HOST; in Effect_command()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp227 halOffload->isOffload = offload.isOffload; in effectOffloadParamToHal()
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1237 __func__, offload_param->isOffload, offload_param->ioHandle); in effect_command()
1241 context->offload_enabled = offload_param->isOffload; in effect_command()
/aosp12/hardware/interfaces/audio/effect/2.0/
H A Dtypes.hal282 bool isOffload; // true if the playback thread the effect
/aosp12/hardware/interfaces/audio/effect/4.0/
H A Dtypes.hal282 bool isOffload; // true if the playback thread the effect
/aosp12/hardware/interfaces/audio/effect/5.0/
H A Dtypes.hal284 bool isOffload; // true if the playback thread the effect
/aosp12/hardware/interfaces/audio/effect/6.0/
H A Dtypes.hal284 bool isOffload; // true if the playback thread the effect
/aosp12/hardware/interfaces/audio/effect/7.0/
H A Dtypes.hal288 bool isOffload;