Searched refs:getDefaultGainIndex (Results 1 – 4 of 4) sorted by relevance
615 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
108 protected int getDefaultGainIndex() { in getDefaultGainIndex() method in CarAudioVolumeGroup
328 protected int getDefaultGainIndex() { in getDefaultGainIndex() method in CoreAudioVolumeGroup
171 expect.withMessage("Default index").that(carVolumeGroup.getDefaultGainIndex()) in testInitializedIndexes()