OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVolumeIndex
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h
33
int
getVolumeIndex
(audio_devices_t device) const;
80
virtual int
getVolumeIndex
(audio_stream_type_t stream, audio_devices_t device)
82
return valueFor(stream).
getVolumeIndex
(device);
VolumeCurve.h
88
int
getVolumeIndex
(audio_devices_t device) const
191
virtual int
getVolumeIndex
(audio_stream_type_t stream, audio_devices_t device)
193
return getCurvesFor(stream).
getVolumeIndex
(device);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp
46
int StreamDescriptor::
getVolumeIndex
(audio_devices_t device) const
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
Completed in 52 milliseconds