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

  /hardware/libhardware/include/hardware/
audio_effect.h 182 #define EFFECT_FLAG_VOLUME_IND (2 << EFFECT_FLAG_VOLUME_SHIFT)
583 // The effect implementation must set EFFECT_FLAG_VOLUME_IND or EFFECT_FLAG_VOLUME_CTRL flag in
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 667 // Send volume indication if EFFECT_FLAG_VOLUME_IND is set and read back altered volume
671 (mDescriptor.flags & EFFECT_FLAG_VOLUME_MASK) == EFFECT_FLAG_VOLUME_IND)) {
859 case EFFECT_FLAG_VOLUME_IND: s.append("requires indication"); break;
    [all...]

Completed in 53 milliseconds