|
[Web MIDI] Use Android MIDI API.
This CL introduces WebMIDI implementation using Android native MIDI
API. The implementation is enabled only when the device has a newer sdk
version and the experimental flag "use-android-midi-api" is enabled.
BUG= 486584
Committed: https://crrev.com/e8b2e7dee39f272747554f0b26451d15b786e06d
Cr-Commit-Position: refs/heads/master@{#349419}
Total comments: 17
Total comments: 2
Total comments: 21
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1075 lines, -20 lines) |
Patch |
 |
M |
media/midi/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/java/src/org/chromium/media/midi/MidiDeviceAndroid.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/java/src/org/chromium/media/midi/MidiInputPortAndroid.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/java/src/org/chromium/media/midi/MidiManagerAndroid.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/java/src/org/chromium/media/midi/MidiOutputPortAndroid.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/midi/midi.gyp
|
View
|
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_device_android.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_device_android.cc
|
View
|
1
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_input_port_android.h
|
View
|
1
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_input_port_android.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/midi/midi_jni_registrar.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/midi/midi_manager.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_manager_android.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/midi/midi_manager_android.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+150 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/midi/midi_manager_usb.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/midi/midi_manager_usb_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_output_port_android.h
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/midi/midi_output_port_android.cc
|
View
|
1
2
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 32 (13 generated)
|