HomeSort by relevance Sort by last modified time
    Searched refs:isOffload (Results 1 - 8 of 8) sorted by null

  /system/media/audio/include/system/
audio_effect.h 522 bool isOffload; // true if the playback thread the effect is attached to is offloaded
  /hardware/interfaces/audio/effect/2.0/
types.hal 282 bool isOffload; // true if the playback thread the effect
  /hardware/qcom/audio/post_proc/
bundle.c 699 offload_param->isOffload, offload_param->ioHandle);
703 context->offload_enabled = offload_param->isOffload;
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 253 // Assign the effect context index based on isOffload field of the structure
254 pContext->index = offloadParam->isOffload ? SUB_FX_OFFLOAD : SUB_FX_HOST;
  /hardware/interfaces/audio/effect/2.0/default/
Effect.cpp 232 halOffload->isOffload = offload.isOffload;
  /hardware/qcom/audio/visualizer/
offload_visualizer.c     [all...]
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 455 offloadParam.isOffload = false;
  /frameworks/av/services/audioflinger/
Effects.cpp 935 cmd.isOffload = offloaded;
    [all...]

Completed in 695 milliseconds