Searched refs:getMaxVssVolumeForStream (Results 1 – 3 of 3) sorted by relevance
435 final int leAudioMaxVolIndex = getMaxVssVolumeForStream(streamType); in setCommunicationRouteForClient()1347 /*package*/ int getMaxVssVolumeForStream(int streamType) { in getMaxVssVolumeForStream() method in AudioDeviceBroker1348 return mAudioService.getMaxVssVolumeForStream(streamType); in getMaxVssVolumeForStream()
2166 final int maxIndex = mDeviceBroker.getMaxVssVolumeForStream(streamType);
442 /*package*/ int getMaxVssVolumeForStream(int stream) { in getMaxVssVolumeForStream() method in AudioService