summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/midi
Commit message (Expand)AuthorAgeFilesLines
* BLE-MIDI: change binding for BluetoothMidiServicePhil Burk2015-11-101-0/+26
* MidiManager: fix double BTLE callbackPhil Burk2015-11-101-1/+0
* MidiService: update listener with current status when registeredPhil Burk2015-11-101-0/+7
* MIDI docs: fix buffer allocationPhil Burk2015-08-191-4/+5
* Merge "MidiManager: use ConcurrentHashMap" into mnc-devPhil Burk2015-08-051-3/+3
|\
| * MidiManager: use ConcurrentHashMapPhil Burk2015-08-041-3/+3
* | Merge "MIDI docs BTLE: how to open BTLE MIDI devices" into mnc-devPhil Burk2015-07-301-1/+50
|\ \
| * | MIDI docs BTLE: how to open BTLE MIDI devicesPhil Burk2015-07-291-1/+50
| |/
* | Merge "MIDI package doc: add hasSystemFeature() call" into mnc-devPhil Burk2015-07-301-0/+12
|\ \
| * | MIDI package doc: add hasSystemFeature() callPhil Burk2015-07-291-0/+12
| |/
* | MidiDevice: document that opens can return nullsPhil Burk2015-07-291-2/+10
|/
* Fix MidiDevice.MidiConnection lifecycleMike Lockwood2015-06-183-14/+59
* Merge "MidiDeviceServer: Fix race condition in setting device server's mDevic...Mike Lockwood2015-06-124-11/+21
|\
| * MidiDeviceServer: Fix race condition in setting device server's mDeviceInfoMike Lockwood2015-06-114-11/+21
* | Merge "MIDI docs: use getPorts()" into mnc-devPhil Burk2015-06-091-22/+41
|\ \ | |/ |/|
| * MIDI docs: use getPorts()Phil Burk2015-06-031-22/+41
* | MidiManager: proxy all requests to open devices through MidiServiceMike Lockwood2015-06-048-101/+118
|/
* Merge "Fix docs to not refer to non-public classes." into mnc-devChet Haase2015-05-211-3/+1
|\
| * Fix docs to not refer to non-public classes.Chet Haase2015-05-201-3/+1
* | Merge "Explain the void send() throws IOException" into mnc-devGlenn Kasten2015-05-191-5/+11
|\ \
| * | Explain the void send() throws IOExceptionGlenn Kasten2015-05-191-5/+11
| |/
* | send without timestamp is not equivalent to send nowGlenn Kasten2015-05-191-3/+6
|/
* MidiManager: Address API Council feedback:Mike Lockwood2015-05-1210-107/+144
* MidiManager: Improve output of "dumpsys midi"Mike Lockwood2015-05-072-2/+4
* Merge "Clarifying which receiver method to call." into mnc-devGlenn Kasten2015-04-301-0/+4
|\
| * Clarifying which receiver method to call.Peter Brinkmann2015-04-301-0/+4
* | MidiDeviceInfo: Add version string propertyMike Lockwood2015-04-291-0/+7
|/
* Merge "Android MIDI User Guide draft of 4/10/2015"Glenn Kasten2015-04-131-0/+324
|\
| * Android MIDI User Guide draft of 4/10/2015Phil Burk2015-04-131-0/+324
* | Add MidiDeviceInfo.getPortList()Mike Lockwood2015-04-102-20/+14
* | Add support for Bluetooth MIDI devicesMike Lockwood2015-04-093-1/+103
* | Add support for flushing MIDI all scheduled MIDI events on a portMike Lockwood2015-04-094-25/+89
|/
* Add MidiManager and MidiDevice classes to public API.Mike Lockwood2015-04-032-11/+10
* Move MIDI utilities for internal use to com.android.internal.midi packageMike Lockwood2015-03-303-84/+4
* MidiDeviceInfo: Add constants for future Bluetooth MIDI supportMike Lockwood2015-03-191-0/+12
* MidiDeviceInfo: Fix NPE for devices with no port namesMike Lockwood2015-03-161-2/+10
* Add MidiManager to public APIMike Lockwood2015-03-139-76/+60
* MidiDeviceInfo meta-data improvements:Mike Lockwood2015-03-123-13/+108
* MidiManager: Add MIDI device status notificationsMike Lockwood2015-03-118-15/+287
* MidiDevice: Add support for making direct connections between portsMike Lockwood2015-03-114-3/+98
* Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()Mike Lockwood2015-03-114-13/+47
* MIDI Manager changes:Mike Lockwood2015-03-097-53/+112
* MIDI Manager: Add explicit close mechanism for input and output portsMike Lockwood2015-03-065-47/+172
* MidiDeviceService: Add getDeviceInfo() accessor methodMike Lockwood2015-03-062-2/+14
* Add MidiDevice.close() method so we can clean up our ServiceConnectionMike Lockwood2015-03-042-7/+29
* Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post()...Mike Lockwood2015-03-046-42/+32
* Eliminate MidiPort base class for MidiInputPort and MidiOutputPortMike Lockwood2015-03-043-59/+41
* Merge "MidiManager: Virtual MIDI devices are now implemented as Services"Mike Lockwood2015-03-058-262/+428
|\
| * MidiManager: Virtual MIDI devices are now implemented as ServicesMike Lockwood2015-03-048-262/+428
* | Remove unused imports in frameworks/base.John Spurlock2015-02-283-9/+0
|/