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

  /hardware/libhardware/include/hardware/
audio_effect.h 157 #define EFFECT_FLAG_TYPE_AUXILIARY (1 << EFFECT_FLAG_TYPE_SHIFT)
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 223 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
267 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
284 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
333 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 846 if ((desc.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 82 EFFECT_FLAG_TYPE_AUXILIARY,
106 EFFECT_FLAG_TYPE_AUXILIARY,
225 if ((desc->flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY){
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 361 if ((desc.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
733 if ((desc.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 39 // flags other than EFFECT_FLAG_TYPE_AUXILIARY set for test purpose
40 EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_DEVICE_IND | EFFECT_FLAG_AUDIO_MODE_IND,
64 EFFECT_FLAG_TYPE_AUXILIARY,
135 if ((desc->flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
    [all...]

Completed in 334 milliseconds