summaryrefslogtreecommitdiffstats
path: root/tools/aidl
Commit message (Expand)AuthorAgeFilesLines
* AIDL: Add option to generate No-Op methodsLuis Vidal2016-07-156-8/+115
* aidl: Support for duplicate methods having different argumentsSteve Kondik2015-10-303-8/+22
* kill OS_CASE_SENSITIVEYabin Cui2014-11-101-1/+2
* include direct.h for _mkdirAndrew Hsieh2014-09-301-0/+1
* am 71364f8c: am f5f4d930: am 74bebf6f: Exclude the host aapt and aidl from PD...Ying Wang2014-03-081-2/+2
|\
| * am 74bebf6f: Exclude the host aapt and aidl from PDK build.Ying Wang2014-03-081-2/+2
| |\
| | * Exclude the host aapt and aidl from PDK build.Ying Wang2014-03-071-2/+2
| | * am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs."Elliott Hughes2013-10-291-7/+8
| | |\
* | | \ am 4bd720c2: am a05e7526: am 9c6f41e3: am be7b8f4f: Merge "aidl: Support buil...David 'Digit' Turner2014-03-061-0/+2
|\ \ \ \ | |/ / /
| * | | aidl: Support building with updated host sysroot.David 'Digit' Turner2014-03-051-0/+2
| * | | Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-221-0/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| * | Fix a variety of small publicly-reported bugs.Elliott Hughes2013-10-291-7/+8
* | | Re-apply several tools fixes lost by the directory rearrangement.Elliott Hughes2014-01-271-0/+1
* | | Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-2720-0/+7672
* | | Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-2820-7672/+0
| |/ |/|
* | Better aidl generated dependencyYing Wang2013-08-231-0/+10
|/
* Revert "Tentative fix for aidl import issue"Laurent Tu2013-02-151-1/+1
* Tentative fix for aidl import issueLaurent Tu2013-02-141-1/+1
* am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-074-0/+0
|\
| * am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-074-0/+0
| |\
| | * Correct executable bit for source filesKenny Root2012-11-074-0/+0
* | | Enhance AIDL to take an explicit id for methodsMaurice Chu2012-10-185-4/+132
|/ /
* | Allow multiple 'parcelable' declarations in aidl filesAdam Powell2012-08-161-4/+2
* | am 4b4b4438: am 33c5670b: Merge "Fewer warnings in aidl generated code."Elliott Hughes2012-08-071-4/+4
|\ \ | |/
| * Fewer warnings in aidl generated code.Elliott Hughes2012-08-071-4/+4
* | am 9d98a089: Check result handler is not nullManuel Roman2012-05-231-1/+4
|\ \ | |/ |/|
| * Check result handler is not nullManuel Roman2012-05-231-1/+4
| * Merge "Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes" in...Jason Simmons2012-01-111-0/+15
| |\
| | * Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons2011-12-161-0/+15
| * | Modified the constructor of EndpointBaseManuel Roman2012-01-031-1/+5
| |/
| * The com.android.athome api classes are moving android.support.place.Joe Onorato2011-12-112-10/+10
| * Use the new get/putFlattenable methods on RpcData.Joe Onorato2011-12-041-36/+5
| * Don't try to unmarshal void return types when there are out parameters being ...Joe Onorato2011-11-171-5/+7
| * For events, require that the parameters be marked in.Joe Onorato2011-11-081-0/+9
| * Support putting Flattenables in Lists.Joe Onorato2011-11-072-5/+34
| * Was generating code that uses the wrong RpcData.Joe Onorato2011-11-061-3/+3
| * Merge "This should fix the build for now." into ics-aahJoe Onorato2011-11-031-1/+2
| |\
| | * This should fix the build for now.Joe Onorato2011-11-031-1/+2
| * | Merge "Add some extra debug information because this error is only happening ...Joe Onorato2011-11-031-2/+3
| |\ \ | | |/
| | * Add some extra debug information because this error is only happening on the ...Joe Onorato2011-11-031-2/+3
| | * Revert "Treat parcelables as flattenables for now, until the sdk contains a n...Joe Onorato2011-10-281-3/+1
| | * Treat parcelables as flattenables for now, until the sdk contains a newer aidl.Joe Onorato2011-10-281-1/+3
| | * Update aidl for new Broker API.Joe Onorato2011-10-281-43/+42
| | * aidl: All flattenable types now must also be parcelable.Joe Onorato2011-10-286-140/+99
| | * Update aidl to new APIs.Joe Onorato2011-10-281-41/+40
| | * Suport RpcData as a parcelable type.Joe Onorato2011-10-282-18/+28
| | * Modified AIDL to support authenticationManuel Roman2011-10-282-8/+28
| | * Fix PresenterClass by adding a _listener fieldTim Kilbourn2011-10-281-1/+1
| | * add presenters to aidl.Joe Onorato2011-10-284-231/+491
| | * Support custom flattenable types for RPC.Joe Onorato2011-10-288-54/+203