OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasVolumeIndexForDevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h
41
bool
hasVolumeIndexForDevice
(audio_devices_t device) const
93
virtual bool
hasVolumeIndexForDevice
(audio_stream_type_t stream,
96
return valueFor(stream).
hasVolumeIndexForDevice
(device);
VolumeCurve.h
108
bool
hasVolumeIndexForDevice
(audio_devices_t device) const
209
virtual bool
hasVolumeIndexForDevice
(audio_stream_type_t stream,
212
return getCurvesFor(stream).
hasVolumeIndexForDevice
(device);
Completed in 43 milliseconds