diff options
author | 2023-01-26 01:44:07 +0000 | |
---|---|---|
committer | 2023-01-26 02:19:22 +0000 | |
commit | 8e7bf0ff3b7cc6eb4f24c81cebe40bbbd034cd9b (patch) | |
tree | 3af70c31dd08f8fdfe68022eac72e396fb6f572c /services/art-profile | |
parent | 0b9b6f13cf2ade687d44f0a5fa4db02f6ecce54e (diff) |
USB MIDI: Rename as UsbAlsaMidiDevice
UsbMidiDevice is a confusing name for the ALSA MIDI path when
UsbDirectMidiDevice exists. This CL renames UsbMidiDevice as
UsbAlsaMidiDevice.
Bug: 266753421
Test: MIDI Keyboard and MIDI Scope
Change-Id: I6aca2b9c10043bcaa28fee1066cbece66578397a
Diffstat (limited to 'services/art-profile')
-rw-r--r-- | services/art-profile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services/art-profile b/services/art-profile index 2bb85a46cfe8..132b9ab8080f 100644 --- a/services/art-profile +++ b/services/art-profile @@ -20484,12 +20484,12 @@ Lcom/android/server/usage/UsageStatsService; Lcom/android/server/usage/UsageStatsShellCommand; Lcom/android/server/usage/UserUsageStatsService$StatsUpdatedListener; Lcom/android/server/usb/UsbAlsaJackDetector; +Lcom/android/server/usb/UsbAlsaMidiDevice$2; +Lcom/android/server/usb/UsbAlsaMidiDevice$3; +Lcom/android/server/usb/UsbAlsaMidiDevice$InputReceiverProxy; +Lcom/android/server/usb/UsbAlsaMidiDevice; Lcom/android/server/usb/UsbDeviceManager; Lcom/android/server/usb/UsbHostManager; -Lcom/android/server/usb/UsbMidiDevice$2; -Lcom/android/server/usb/UsbMidiDevice$3; -Lcom/android/server/usb/UsbMidiDevice$InputReceiverProxy; -Lcom/android/server/usb/UsbMidiDevice; Lcom/android/server/usb/descriptors/UsbDescriptor; Lcom/android/server/usb/descriptors/UsbInterfaceDescriptor; Lcom/android/server/utils/AlarmQueue$1; |