Lines Matching refs:AudioReconfigurationResult
117 enum class AudioReconfigurationResult { enum
132 const AudioReconfigurationResult& state) { in operator <<()
134 case AudioReconfigurationResult::RECONFIGURATION_NEEDED: in operator <<()
137 case AudioReconfigurationResult::RECONFIGURATION_NOT_NEEDED: in operator <<()
140 case AudioReconfigurationResult::RECONFIGURATION_NOT_POSSIBLE: in operator <<()
3945 AudioReconfigurationResult UpdateConfigAndCheckIfReconfigurationIsNeeded( in UpdateConfigAndCheckIfReconfigurationIsNeeded()
3952 return AudioReconfigurationResult::RECONFIGURATION_NOT_POSSIBLE; in UpdateConfigAndCheckIfReconfigurationIsNeeded()
3964 return AudioReconfigurationResult::RECONFIGURATION_NOT_NEEDED; in UpdateConfigAndCheckIfReconfigurationIsNeeded()
3978 return AudioReconfigurationResult::RECONFIGURATION_NEEDED; in UpdateConfigAndCheckIfReconfigurationIsNeeded()
4658 AudioReconfigurationResult::RECONFIGURATION_NOT_NEEDED) { in SetConfigurationAndStopStreamWhenNeeded()
4663 AudioReconfigurationResult::RECONFIGURATION_NOT_POSSIBLE) { in SetConfigurationAndStopStreamWhenNeeded()