/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A D | Generators.cpp | 64 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 D | audio_effect.h | 549 bool isOffload; // true if the playback thread the effect is attached to is offloaded member
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | Effects.h | 33 virtual bool isOffload() const = 0; 583 bool isOffload() const override; 744 bool isOffload() const override { return false; } in isOffload() function
|
H A D | DeviceEffectManager.h | 162 bool isOffload() const override { return false; } in isOffload() function
|
H A D | Effects.cpp | 590 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 D | android_media_AudioTrack.cpp | 71 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 D | bundle.c | 699 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 D | EffectProxy.cpp | 264 pContext->index = offloadParam->isOffload ? SUB_FX_OFFLOAD : SUB_FX_HOST; in Effect_command()
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | Effect.cpp | 227 halOffload->isOffload = offload.isOffload; in effectOffloadParamToHal()
|
/aosp12/hardware/qcom/audio/visualizer/ |
H A D | offload_visualizer.c | 1237 __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 D | types.hal | 282 bool isOffload; // true if the playback thread the effect
|
/aosp12/hardware/interfaces/audio/effect/4.0/ |
H A D | types.hal | 282 bool isOffload; // true if the playback thread the effect
|
/aosp12/hardware/interfaces/audio/effect/5.0/ |
H A D | types.hal | 284 bool isOffload; // true if the playback thread the effect
|
/aosp12/hardware/interfaces/audio/effect/6.0/ |
H A D | types.hal | 284 bool isOffload; // true if the playback thread the effect
|
/aosp12/hardware/interfaces/audio/effect/7.0/ |
H A D | types.hal | 288 bool isOffload;
|