Searched refs:hasGainController (Results 1 – 4 of 4) sorted by relevance
187 bool hasGainController(bool canUseForVolume = false) const;
504 devicePort->hasGainController(true /*canUseForVolume*/)) { in setSwMute()537 devicePort->hasGainController(true) && isActive(vs)) { in setVolume()
323 return !devices().isEmpty() ? devices().itemAt(0)->hasGainController() : false; in useHwGain()
364 bool AudioPortConfig::hasGainController(bool canUseForVolume) const in hasGainController() function in android::AudioPortConfig