summaryrefslogtreecommitdiff
path: root/media/native
AgeCommit message (Expand)Author
2024-09-03Remove NDK exports Steven Moreland
2022-10-04Fix C compatibility in AMidi.h. Dan Albert
2022-09-27Declare the headers of the ndk_library Spandan Das
2022-01-26amidi: Don't create extra write buffer Robert Wu
2022-01-20Add MIDI 2.0 host mode support Robert Wu
2021-11-13Fix EINTR handling Keith Mok
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2021-01-30Merge "Remove __ANDROID_API__ #if checks." am: 1528efe4b1 am: 159155defe am: ... Elliott Hughes
2021-01-26Remove __ANDROID_API__ #if checks. Elliott Hughes
2020-12-10Midi: Use exceptionCode instead of transactionError Andy Hung
2020-11-25Merge "midi: Use std::optional instead of std::unique_ptr" am: e20137fccd am:... Jooyung Han
2020-11-18midi: Use std::optional instead of std::unique_ptr Jooyung Han
2020-03-04Merge "Remove Doxygen backup files" Glenn Kasten
2020-02-21Remove Doxygen backup files Glenn Kasten
2020-02-19Remove obsolete subdirs and optional_subdirs Anton Hansson
2019-10-22Move MidiDeviceInfo to libamidi, its only user Marco Nelissen
2019-08-26Apply version script to libamidi.so dimitry
2019-08-05Fix b/138659536 - [All] RVC - CTS : 9 CtsNativeMidiTestCases are failing Paul McLean
2019-07-22Add __ANDROID_API__ guard for midi.h Elliott Hughes
2019-03-13Adding "@defgroup" DOxygen tag to AMidi Paul McLean
2019-02-13Merge "Rename instances of "midi" to "AMidi"." TreeHugger Robot
2019-02-12Rename instances of "midi" to "AMidi". Paul McLean
2019-01-31Generate DOxygen documentation Paul McLean
2018-11-07NativeMIDI: Fix access to unaligned 64-bit data Mikhail Naganov
2018-06-18Add __INTRODUCED_IN annotations to <amidi/midi.h>. Elliott Hughes
2018-05-11Moving 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-16Convert libmedia_jni to Android.bp Colin Cross
2017-03-10Switching Native MIDI API to an "opaque pointers" model. Paul McLean
2017-03-03nativemidi: Prototype demonstrating native access to IMidiDeviceServer Mikhail Naganov