OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinVolume
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
nullsoundsystem.cc
49
*volume = SoundSystemInterface::
kMinVolume
;
83
*volume = SoundSystemInterface::
kMinVolume
;
soundsysteminterface.h
73
static const int
kMinVolume
= 0;
pulseaudiosoundsystem.cc
95
return SoundSystemInterface::
kMinVolume
+
96
(SoundSystemInterface::kMaxVolume - SoundSystemInterface::
kMinVolume
) *
[
all
...]
Completed in 1466 milliseconds