Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DGenerators.cpp61 bool isOffload = false; in generateOutFlags() local
64 isOffload = std::find(xsdFlags.begin(), xsdFlags.end(), in generateOutFlags()
73 return {flags, isOffload}; in generateOutFlags()
100 auto [flags, isOffload] = generateOutFlags(mixPort); in generateOutputDeviceConfigParameters()
110 if (isOffload) { in generateOutputDeviceConfigParameters()
148 auto [validFlags, isOffload] = generateOutFlags(mixPort); in getOutputDeviceInvalidConfigParameters()
149 if ((!isOffload && hasRegularConfig) || (isOffload && hasOffloadConfig)) continue; in getOutputDeviceInvalidConfigParameters()
163 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
172 if (isOffload) { in getOutputDeviceInvalidConfigParameters()
180 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/4.0/
Dtypes.hal282 bool isOffload; // true if the playback thread the effect
/hardware/interfaces/audio/effect/7.0/
Dtypes.hal288 bool isOffload;
/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/interfaces/audio/effect/6.0/
Dtypes.hal284 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()
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp392 halOffload->isOffload = offload.isOffload; in effectOffloadParamToHal()
/hardware/interfaces/audio/aidl/default/
DModule.cpp897 const bool isOffload = isBitPositionFlagSet(port->flags.get<AudioIoFlags::Tag::output>(), in openOutputStream() local
899 if (isOffload && !in_args.offloadInfo.has_value()) { in openOutputStream()