Searched refs:AudioReconfigurationResult (Results 1 – 1 of 1) sorted by relevance
117 enum class AudioReconfigurationResult { enum132 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()[all …]