index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
UsbDevice: Add support for retrieving version string for a USB device
Mike Lockwood
2015-04-29
1
-2
/
+5
*
UsbAlsaManager: Fix NPE when running in emulator
Mike Lockwood
2015-04-24
1
-2
/
+4
*
Add user visible name for USB peripheral MIDI device
Mike Lockwood
2015-04-10
1
-1
/
+3
*
Add support for flushing MIDI all scheduled MIDI events on a port
Mike Lockwood
2015-04-09
1
-28
/
+38
*
Add event scheduling support to USB MIDI Manager code
Mike Lockwood
2015-03-31
1
-17
/
+43
*
Move MIDI utilities for internal use to com.android.internal.midi package
Mike Lockwood
2015-03-30
1
-1
/
+0
*
Make the MIDI Manager optional, enabled by "android.software.midi" feature
Mike Lockwood
2015-03-27
1
-1
/
+8
*
Merge "UsbDeviceManager: delete obsolete code"
Nick Kralevich
2015-03-26
1
-12
/
+0
|
\
|
*
UsbDeviceManager: delete obsolete code
Nick Kralevich
2015-03-25
1
-12
/
+0
*
|
MIDI Manager: remove USB peripheral MIDI device when USB is disconnected
Mike Lockwood
2015-03-25
3
-14
/
+19
|
/
*
Replace usages of deprecated Resources.getColor() and getColorStateList()
Alan Viverette
2015-03-18
1
-2
/
+2
*
Merge "Add MidiManager to public API"
Mike Lockwood
2015-03-14
1
-3
/
+2
|
\
|
*
Add MidiManager to public API
Mike Lockwood
2015-03-13
1
-3
/
+2
*
|
Merge "MidiDeviceInfo meta-data improvements:"
Mike Lockwood
2015-03-13
2
-5
/
+15
|
\
\
|
|
/
|
*
MidiDeviceInfo meta-data improvements:
Mike Lockwood
2015-03-12
2
-5
/
+15
*
|
AudioService: Write base stream volume changes to the event log.
John Spurlock
2015-03-12
1
-2
/
+2
|
/
*
Merge "MidiManager: Add MIDI device status notifications"
Mike Lockwood
2015-03-11
1
-1
/
+1
|
\
|
*
MidiManager: Add MIDI device status notifications
Mike Lockwood
2015-03-11
1
-1
/
+1
*
|
Merge "Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()"
Mike Lockwood
2015-03-11
1
-1
/
+1
|
\
\
|
|
/
|
*
Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()
Mike Lockwood
2015-03-11
1
-1
/
+1
*
|
Handle simultaneous connect of devices with the same "type" (as in USB)
Paul McLean
2015-03-10
1
-28
/
+23
|
/
*
Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post()...
Mike Lockwood
2015-03-04
1
-2
/
+2
*
Eliminate MidiPort base class for MidiInputPort and MidiOutputPort
Mike Lockwood
2015-03-04
1
-2
/
+3
*
Merge "MidiManager: Virtual MIDI devices are now implemented as Services"
Mike Lockwood
2015-03-05
1
-30
/
+39
|
\
|
*
MidiManager: Virtual MIDI devices are now implemented as Services
Mike Lockwood
2015-03-04
1
-30
/
+39
*
|
Fix a regression in UsbDebuggingManager
Amith Yamasani
2015-03-04
1
-1
/
+1
*
|
Merge "Remove unused imports in frameworks/base."
John Spurlock
2015-03-02
5
-9
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
5
-9
/
+0
*
|
Merge "Avoid NPE when quickly toggling USB debugging state"
Amith Yamasani
2015-03-02
1
-69
/
+123
|
\
\
|
|
/
|
/
|
|
*
Avoid NPE when quickly toggling USB debugging state
Amith Yamasani
2015-03-02
1
-69
/
+123
*
|
Move ALSA utilities to com.android.internal.alsa package
Mike Lockwood
2015-02-26
1
-2
/
+2
*
|
Add MIDI Manager API tweaks:
Mike Lockwood
2015-02-23
3
-8
/
+7
*
|
Add support for USB notification when connected as a MIDI peripheral
Mike Lockwood
2015-02-20
1
-0
/
+2
|
/
*
Audio Device Enumeration API.
Paul McLean
2015-02-19
1
-2
/
+2
*
Merge "MidiManager API tweaks:"
Mike Lockwood
2015-02-13
1
-2
/
+2
|
\
|
*
MidiManager API tweaks:
Mike Lockwood
2015-02-12
1
-2
/
+2
*
|
Move AudioService to services.
John Spurlock
2015-02-09
1
-1
/
+2
*
|
Merge "Revert "Revert "Do not display ADB confirm dialog during boot"""
Craig Mautner
2015-02-06
1
-1
/
+9
|
\
\
|
*
|
Revert "Revert "Do not display ADB confirm dialog during boot""
Craig Mautner
2015-02-06
1
-1
/
+9
*
|
|
Merge "Revert "Do not display ADB confirm dialog during boot""
Craig Mautner
2015-02-06
1
-9
/
+1
|
\
\
\
|
|
/
/
|
*
|
Revert "Do not display ADB confirm dialog during boot"
Craig Mautner
2015-02-06
1
-9
/
+1
*
|
|
Merge "Do not display ADB confirm dialog during boot"
Craig Mautner
2015-02-05
1
-1
/
+9
|
\
\
\
|
|
/
/
|
*
|
Do not display ADB confirm dialog during boot
Craig Mautner
2015-02-04
1
-1
/
+9
|
|
/
*
|
Add additional info to AudioPort for enum/selection API.
Paul McLean
2015-02-04
2
-4
/
+6
|
/
*
Merge "UsbAlsaManager: Don't reselect current USB audio device on all USB dis...
Mike Lockwood
2015-01-29
1
-5
/
+4
|
\
|
*
UsbAlsaManager: Don't reselect current USB audio device on all USB disconnects
Mike Lockwood
2015-01-29
1
-5
/
+4
*
|
MidiManager: Add USB peripheral MIDI support
Mike Lockwood
2015-01-29
3
-10
/
+66
*
|
MIDI Manager: Remove message packetization from MIDI transport
Mike Lockwood
2015-01-29
1
-24
/
+7
|
/
*
Replace broadcasts with calls to IAudioService.setWiredDeviceConnectionState(...
Mike Lockwood
2015-01-16
4
-48
/
+104
*
MidiManager bug fixing:
Mike Lockwood
2015-01-15
1
-2
/
+7
[prev]
[next]