OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurVolume
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp
42
mCurVolume
[i] = -1.0;
152
if (volume !=
mCurVolume
[stream] || force) {
154
mCurVolume
[stream] = volume;
206
i,
mCurVolume
[i], mRefCount[i], mMuteCount[i]);
379
float volume = Volume::DbToAmpl(
mCurVolume
[stream]);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h
81
float
mCurVolume
[AUDIO_STREAM_CNT]; // current stream volume in dB
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
284
float
mCurVolume
[AudioSystem::NUM_STREAM_TYPES]; // current stream volume
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 99 milliseconds