Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/hal/
DAudioControlWrapperV1.java72 throw new UnsupportedOperationException(getUnsupportedMessage("Focus listener")); in registerFocusListener()
77 throw new UnsupportedOperationException(getUnsupportedMessage("Focus listener")); in unregisterFocusListener()
82 throw new UnsupportedOperationException(getUnsupportedMessage("Audio Gain Callback")); in registerAudioGainCallback()
87 throw new UnsupportedOperationException(getUnsupportedMessage("Audio Gain Callback")); in unregisterAudioGainCallback()
97 throw new UnsupportedOperationException(getUnsupportedMessage("Focus listener ")); in onAudioFocusChange()
127 throw new UnsupportedOperationException(getUnsupportedMessage("HAL ducking")); in onDevicesToDuckChange()
132 throw new UnsupportedOperationException(getUnsupportedMessage("HAL muting")); in onDevicesToMuteChange()
137 throw new UnsupportedOperationException(getUnsupportedMessage("Module change callback")); in setModuleChangeCallback()
142 throw new UnsupportedOperationException(getUnsupportedMessage("Module change callback")); in clearModuleChangeCallback()
147 throw new UnsupportedOperationException(getUnsupportedMessage("Audio device configs")); in getAudioDeviceConfiguration()
[all …]
DAudioControlWrapperV2.java104 throw new UnsupportedOperationException(getUnsupportedMessage("Audio Gain Callback")); in registerAudioGainCallback()
109 throw new UnsupportedOperationException(getUnsupportedMessage("Audio Gain Callback")); in unregisterAudioGainCallback()
161 throw new UnsupportedOperationException(getUnsupportedMessage("HAL ducking")); in onDevicesToDuckChange()
166 throw new UnsupportedOperationException(getUnsupportedMessage("HAL muting")); in onDevicesToMuteChange()
171 throw new UnsupportedOperationException(getUnsupportedMessage("Module change callback")); in setModuleChangeCallback()
176 throw new UnsupportedOperationException(getUnsupportedMessage("Module change callback")); in clearModuleChangeCallback()
181 throw new UnsupportedOperationException(getUnsupportedMessage("Audio device configs")); in getAudioDeviceConfiguration()
186 throw new UnsupportedOperationException(getUnsupportedMessage("Output mirror devices")); in getOutputMirroringDevices()
191 throw new UnsupportedOperationException(getUnsupportedMessage("Audio zones")); in getCarAudioZones()
194 private static String getUnsupportedMessage(String operation) { in getUnsupportedMessage() method in AudioControlWrapperV2