OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volumeInc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioMixer.cpp
181
t->
volumeInc
[0] = 0;
182
t->
volumeInc
[1] = 0;
716
&track.
volumeInc
[param - VOLUME0],
[
all
...]
AudioMixer.h
186
int32_t
volumeInc
[MAX_NUM_VOLUMES];
265
bool needsRamp() { return (
volumeInc
[0] |
volumeInc
[1] | auxInc) != 0; }
Completed in 246 milliseconds