index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
media
/
native
Age
Commit message (
Expand
)
Author
2024-09-03
Remove NDK exports
Steven Moreland
2022-10-04
Fix C compatibility in AMidi.h.
Dan Albert
2022-09-27
Declare the headers of the ndk_library
Spandan Das
2022-01-26
amidi: Don't create extra write buffer
Robert Wu
2022-01-20
Add MIDI 2.0 host mode support
Robert Wu
2021-11-13
Fix EINTR handling
Keith Mok
2021-02-21
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2021-01-30
Merge "Remove __ANDROID_API__ #if checks." am: 1528efe4b1 am: 159155defe am: ...
Elliott Hughes
2021-01-26
Remove __ANDROID_API__ #if checks.
Elliott Hughes
2020-12-10
Midi: Use exceptionCode instead of transactionError
Andy Hung
2020-11-25
Merge "midi: Use std::optional instead of std::unique_ptr" am: e20137fccd am:...
Jooyung Han
2020-11-18
midi: Use std::optional instead of std::unique_ptr
Jooyung Han
2020-03-04
Merge "Remove Doxygen backup files"
Glenn Kasten
2020-02-21
Remove Doxygen backup files
Glenn Kasten
2020-02-19
Remove obsolete subdirs and optional_subdirs
Anton Hansson
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