Home
last modified time | relevance | path

Searched refs:AudioReconfigurationResult (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc117 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()
[all …]