Home
last modified time | relevance | path

Searched refs:INDEX_NOT_SET (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DVolumeInfo.java137 public static final int INDEX_NOT_SET = -100; field in VolumeInfo
197 private int mVolIndex = INDEX_NOT_SET;
198 private int mMinVolIndex = INDEX_NOT_SET;
199 private int mMaxVolIndex = INDEX_NOT_SET;
256 if (volIndex != INDEX_NOT_SET && volIndex < 0) { in setVolumeIndex()
269 if (minIndex != INDEX_NOT_SET && minIndex < 0) { in setMinVolumeIndex()
282 if (maxIndex != INDEX_NOT_SET && maxIndex < 0) { in setMaxVolumeIndex()
294 if (mVolIndex != INDEX_NOT_SET) { in build()
295 if (mMinVolIndex != INDEX_NOT_SET && mVolIndex < mMinVolIndex) { in build()
299 if (mMaxVolIndex != INDEX_NOT_SET && mVolIndex > mMaxVolIndex) { in build()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2781 if (volumeInfo.getVolumeIndex() == VolumeInfo.INDEX_NOT_SET in rescaleIndex()
2782 || volumeInfo.getMinVolumeIndex() == VolumeInfo.INDEX_NOT_SET in rescaleIndex()
2783 || volumeInfo.getMaxVolumeIndex() == VolumeInfo.INDEX_NOT_SET) { in rescaleIndex()
2796 if (dstMin == VolumeInfo.INDEX_NOT_SET || dstMax == VolumeInfo.INDEX_NOT_SET) { in rescaleIndex()
4009 if (index == VolumeInfo.INDEX_NOT_SET && !vi.hasMuteCommand()) { in setDeviceVolume()
4046 if (vi.getMinVolumeIndex() == VolumeInfo.INDEX_NOT_SET in setDeviceVolume()
4047 || vi.getMaxVolumeIndex() == VolumeInfo.INDEX_NOT_SET) { in setDeviceVolume()
7311 if (volumeInfo.getVolumeIndex() != VolumeInfo.INDEX_NOT_SET in registerDeviceVolumeDispatcherForAbsoluteVolume()
7312 && volumeInfo.getMinVolumeIndex() != VolumeInfo.INDEX_NOT_SET in registerDeviceVolumeDispatcherForAbsoluteVolume()
7313 && volumeInfo.getMaxVolumeIndex() != VolumeInfo.INDEX_NOT_SET) { in registerDeviceVolumeDispatcherForAbsoluteVolume()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7247 field public static final int INDEX_NOT_SET = -100; // 0xffffff9c