Home
last modified time | relevance | path

Searched refs:getDefaultGainIndex (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroup.java615 getMinGainIndex(), getMaxGainIndex(), getDefaultGainIndex(), in dump()
674 proto.write(CarAudioDumpProto.CarVolumeGain.DEFAULT_GAIN_INDEX, getDefaultGainIndex()); in dumpProto()
824 mCurrentGainIndex = getDefaultGainIndex(); in updateCurrentGainIndexLocked()
835 protected abstract int getDefaultGainIndex(); in getDefaultGainIndex() method in CarVolumeGroup
DCarAudioVolumeGroup.java108 protected int getDefaultGainIndex() { in getDefaultGainIndex() method in CarAudioVolumeGroup
DCoreAudioVolumeGroup.java328 protected int getDefaultGainIndex() { in getDefaultGainIndex() method in CoreAudioVolumeGroup
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioVolumeGroupTest.java171 expect.withMessage("Default index").that(carVolumeGroup.getDefaultGainIndex()) in testInitializedIndexes()