Searched defs:gainIndex (Results 1 – 3 of 3) sorted by relevance
167 void setCurrentGainIndex(int gainIndex) { in setCurrentGainIndex()169 "Gain out of range (%d:%d) index %d", mMinGain, mMaxGain, gainIndex); in setCurrentGainIndex() local178 private void setCurrentGainIndexLocked(int gainIndex) { in setCurrentGainIndexLocked()311 private boolean isValidGainIndex(int gainIndex) { in isValidGainIndex()323 private void storeGainIndexForUserLocked(int gainIndex, @UserIdInt int userId) { in storeGainIndexForUserLocked()328 private int getGainForIndex(int gainIndex) { in getGainForIndex()
54 void storeVolumeGainIndexForUser(int userId, int zoneId, int groupId, int gainIndex) { in storeVolumeGainIndexForUser()
1053 int gainIndex = (nAudioPortConfig->config_mask & AUDIO_PORT_CONFIG_GAIN) in convertAudioPortConfigFromNative() local