Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
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()
155 auto [validFlags, isOffload] = generateOutFlags(mixPort); in getOutputDeviceInvalidConfigParameters()
156 if ((!isOffload && hasRegularConfig) || (isOffload && hasOffloadConfig)) continue; in getOutputDeviceInvalidConfigParameters()
168 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
176 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
[all …]
/hardware/qcom/audio/post_proc/
Dbundle.c699 offload_param->isOffload, offload_param->ioHandle); in effect_command()
703 context->offload_enabled = offload_param->isOffload; in effect_command()
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp227 halOffload->isOffload = offload.isOffload; in effectOffloadParamToHal()
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal284 bool isOffload; // true if the playback thread the effect
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal282 bool isOffload; // true if the playback thread the effect
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal284 bool isOffload; // true if the playback thread the effect
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal282 bool isOffload; // true if the playback thread the effect
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1237 __func__, offload_param->isOffload, offload_param->ioHandle); in effect_command()
1241 context->offload_enabled = offload_param->isOffload; in effect_command()