summaryrefslogtreecommitdiff
path: root/libsync
Commit message (Expand)AuthorAgeFilesLines
* libsync: remove hridya@ from OWNERS fileHridya Valsaraju2022-01-051-1/+0
* Replace llndk_library with llndk clause in cc_libraryColin Cross2021-04-211-7/+3
* [LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour2021-02-191-0/+17
* Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"Elliott Hughes2021-02-161-17/+0
* [LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour2021-02-161-0/+17
* Remove __ANDROID_API__ guardsJiyong Park2021-01-121-4/+0
* Make the connection between implementation and llndk_library explicitColin Cross2020-10-191-1/+2
* Make libsync a stubs libraryJooyung Han2020-06-052-1/+7
* libsystem/libsync: Update OWNERSMarissa Wall2020-02-281-2/+2
* Rename # vndk tag to # llndkJiyong Park2019-11-131-4/+4
* Enable native_bridge_support for libsyncdimitry2019-05-151-0/+1
* Merge libsync_recovery rules into libsync.Tao Bao2018-08-071-10/+2
* Make libadf, libsync_recovery recovery_available.Jerry Zhang2018-08-071-0/+1
* NDK: add availability comments to <sync.h>.Elliott Hughes2018-07-271-1/+11
* Restore the libsync __ANDROID_API__ guardRyan Prichard2018-07-191-0/+5
* Merge "libsync: add __INTRODUCED_IN annotations."Elliott Hughes2018-06-151-7/+3
|\
| * libsync: add __INTRODUCED_IN annotations.Elliott Hughes2018-06-141-7/+3
* | sync: remove legacy sync info APIJesse Hall2018-06-133-20/+52
|/
* Merge "libsync: OWNERS."Treehugger Robot2018-06-051-0/+3
|\
| * libsync: OWNERS.Elliott Hughes2018-06-051-0/+3
* | Revert "sync: remove legacy sync info API"Marissa Wall2018-06-053-52/+20
* | sync: remove legacy sync info APIJesse Hall2018-05-233-20/+52
* | Remove obsolete sync_test.cJesse Hall2018-05-232-154/+0
|/
* Add missing @addtogroup tags.Dan Albert2018-04-131-0/+11
* Merge "libsync: Add fence info tests"Treehugger Robot2017-09-261-0/+35
|\
| * libsync: Add fence info testsAlexandros Frantzis2017-09-261-0/+35
* | sync: store the num_fences from first SYNC_IOC_FILE_INFOSaurabh Shah2017-09-251-0/+2
|/
* Mark libsync as LL-NDKJiyong Park2017-09-152-9/+10
* Fix NDK libsync to match ndk/sync.hJesse Hall2017-09-151-2/+2
* libsync: Fix a double-free.George Burgess IV2017-09-051-1/+0
* Merge "Remove LOCAL_CLANG and clang: true"Lennart Wieboldt2017-07-251-1/+0
|\
| * Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
| * libsync: vendor_availableSteven Moreland2017-04-191-0/+1
* | libsync: ndk: Fix compilation in C mode.Alistair Strachan2017-04-141-2/+1
* | libsync: vendor_availableSteven Moreland2017-04-131-0/+1
* | Remove .(ll)ndk suffix from (ll)ndk_librarySteven Moreland2017-04-101-1/+1
* | sync: Cache knowledge of kernel uapi versionJesse Hall2017-03-081-21/+95
* | sync: rename sync/sync.h to android/sync.hJesse Hall2017-02-235-65/+73
* | sync: move declarations from sync/sync.h to sync.cJesse Hall2017-02-232-53/+39
* | sync: implement sync_file_infoJesse Hall2017-02-232-8/+104
* | sync: refactor sync_fence_infoJesse Hall2017-02-231-36/+60
* | sync: Add NDK sync.h and libsyncJesse Hall2017-02-235-61/+338
* | sync: Use correct type in size calculationJesse Hall2017-02-231-1/+1
|/
* libsync: Replace inserting tuple into unordered_map in favour of pair.mtezych2017-01-301-3/+3
* libsync: tests: redefine PollOnDestroyedTimeline()Gustavo Padovan2017-01-171-2/+1
* libsync: tests: remove WaitOnDestroyedTimeline testGustavo Padovan2017-01-171-27/+0
* libsync: add support to new Sync APIGustavo Padovan2017-01-171-17/+109
* libsync: open new location of sw_sync fileGustavo Padovan2017-01-171-1/+7
* libsync: add new Sync kernel APIGustavo Padovan2017-01-171-0/+60
* libsync: move kernel headers for sync ioctls to sync.hGustavo Padovan2017-01-172-17/+54