OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_value
(Results
1 - 4
of
4
) 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
);
/system/media/audio/include/system/
audio.h
935
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 137 milliseconds