Searched refs:hasGainController (Results 1 – 4 of 4) sorted by relevance
170 bool hasGainController(bool canUseForVolume = false) const;
285 return !devices().isEmpty() ? devices().itemAt(0)->hasGainController() : false; in useHwGain()
477 bool AudioPortConfig::hasGainController(bool canUseForVolume) const in hasGainController() function in android::AudioPortConfig
410 devicePort->hasGainController(true) && isActive(vs)) { in setVolume()