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

  /system/media/audio/include/system/
audio_effect.h 529 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/interfaces/audio/effect/4.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;
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 77 bool isOffload;
95 mCallbackData.isOffload = false;
143 if (callbackInfo->isOffload) {
317 lpJniStorage->mCallbackData.isOffload = offload;
    [all...]
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
Effect.impl.h 235 halOffload->isOffload = offload.isOffload;
  /hardware/qcom/audio/visualizer/
offload_visualizer.c     [all...]
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 469 offloadParam.isOffload = false;
  /hardware/interfaces/audio/effect/4.0/vts/functional/
VtsHalAudioEffectV4_0TargetTest.cpp 472 offloadParam.isOffload = false;
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]

Completed in 324 milliseconds