HomeSort by relevance Sort by last modified time
    Searched defs:getVolumeIndex (Results 1 - 3 of 3) 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 87 int getVolumeIndex(audio_devices_t device) const
196 virtual int getVolumeIndex(audio_stream_type_t stream, audio_devices_t device)
198 return getCurvesFor(stream).getVolumeIndex(device);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp 46 int StreamDescriptor::getVolumeIndex(audio_devices_t device) const

Completed in 84 milliseconds