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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h 46 void setStepValueInMb(uint32_t stepValue) { mGain.step_value = stepValue; }
47 int getStepValueInMb() const { return mGain.step_value; }
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioGain.cpp 119 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
  /hardware/interfaces/audio/common/2.0/default/
HidlUtils.cpp 81 gain->stepValue = halGain.step_value;
92 halGain->step_value = gain.stepValue;
  /system/media/audio/include/system/
audio.h 340 unsigned int step_value; /* gain step in millibels */ member in struct:audio_gain
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 558 milliseconds