summaryrefslogtreecommitdiffstats
path: root/tools/aidl/aidl_language_y.y
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+373
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-373/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* Enhance AIDL to take an explicit id for methodsMaurice Chu2012-10-181-1/+44
| | | | | | | | | | | | This adds an annotation to methods in AIDL of the form "void myMethod() = 3;" to explicitly set the onTransact id for the method. Either all methods must have explicitly annotated id's or none of them should be explicitly annotated. There is error checking in the AIDL compiler for duplicate id's and id's outside of the valid range. Bug: 7353910 Change-Id: I868045e3f112c9a279c573cea368a621116cbf77
* aidl: All flattenable types now must also be parcelable.Joe Onorato2012-02-101-13/+15
| | | | This is more a limitation of the grammar than anything else triggering laziness on my part.
* Support custom flattenable types for RPC.Joe Onorato2012-02-101-1/+23
|
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-4/+22
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+288
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-288/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+288