index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
media
/
native
/
midi
Age
Commit message (
Expand
)
Author
2021-02-16
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2021-01-26
Remove __ANDROID_API__ #if checks.
Elliott Hughes
2020-11-18
midi: Use std::optional instead of std::unique_ptr
Jooyung Han
2019-10-22
Move MidiDeviceInfo to libamidi, its only user
Marco Nelissen
2019-08-26
Apply version script to libamidi.so
dimitry
2019-08-05
Fix b/138659536 - [All] RVC - CTS : 9 CtsNativeMidiTestCases are failing
Paul McLean
2019-07-22
Add __ANDROID_API__ guard for midi.h
Elliott Hughes
2019-03-13
Adding "@defgroup" DOxygen tag to AMidi
Paul McLean
2019-02-13
Merge "Rename instances of "midi" to "AMidi"."
TreeHugger Robot
2019-02-12
Rename instances of "midi" to "AMidi".
Paul McLean
2019-01-31
Generate DOxygen documentation
Paul McLean
2018-11-07
NativeMIDI: Fix access to unaligned 64-bit data
Mikhail Naganov
2018-06-18
Add __INTRODUCED_IN annotations to <amidi/midi.h>.
Elliott Hughes
2018-05-11
Moving native MIDI JNI init to AndroidRuntime.cpp.
Paul McLean
2018-03-15
(re)integrating Native MIDI API into NDK - base API
Paul McLean
2017-05-16
Convert libmedia_jni to Android.bp
Colin Cross
2017-03-10
Switching Native MIDI API to an "opaque pointers" model.
Paul McLean
2017-03-03
nativemidi: Prototype demonstrating native access to IMidiDeviceServer
Mikhail Naganov