summaryrefslogtreecommitdiffstats
path: root/tools/aidl/generate_java_rpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+1001
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-1001/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* am 9d98a089: Check result handler is not nullManuel Roman2012-05-231-1/+4
|\ | | | | | | | | * commit '9d98a089756b692eefeae7f92cca15e121196e0c': Check result handler is not null
| * Check result handler is not nullManuel Roman2012-05-231-1/+4
| | | | | | | | | | | | | | | | If caller passes a null result handler to the proxy methods, we need to check it when getting the result. Otherwise we try to invoke a method on a null object Change-Id: Ic2f456c36cb542b782b6a6d0d4d607ccf0987496
| * Merge "Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes" ↵Jason Simmons2012-01-111-0/+15
| |\ | | | | | | | | | into ics-aah
| | * Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons2011-12-161-0/+15
| | | | | | | | | | | | Change-Id: I1de957db3eceebc466d8ce23e2a80a0fcf4c917c
| * | Modified the constructor of EndpointBaseManuel Roman2012-01-031-1/+5
| |/ | | | | | | | | | | | | | | | | We introduced changes to the Endpoint lifecycle. Modified the AIDL compiler to take into account the changes. Just affected the constructor, which needs now an extra parameter: placeInfo Change-Id: I936e8e0ee512a1f7015a029be48042b7b98b7ffb
| * The com.android.athome api classes are moving android.support.place.Joe Onorato2011-12-111-8/+8
| | | | | | | | Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d
| * Don't try to unmarshal void return types when there are out parameters being ↵Joe Onorato2011-11-171-5/+7
| | | | | | | | | | | | returned. Change-Id: Ib7d2a5609167a076dd7ee8e10e8a55056789517e
| * The API doesn't need a container here, all it needs is a Context.Joe Onorato2011-10-231-4/+2
| | | | | | | | Change-Id: Id270a8cf4ce3b30dd470a5e11b966aaa14fb70c0
| * Update aidl for new Broker API.Joe Onorato2011-10-121-43/+42
| | | | | | | | Change-Id: I3a51e45a054082a530b5af8aa063da6f674e89bc
| * aidl: All flattenable types now must also be parcelable.Joe Onorato2011-10-091-3/+3
| | | | | | | | | | | | This is more a limitation of the grammar than anything else triggering laziness on my part. Change-Id: I73b21022388c54e516d7e1cddfd4895d351cd194
| * Update aidl to new APIs.Joe Onorato2011-10-091-41/+40
| | | | | | | | Change-Id: I6a3984f9173573a256a60794b7482fab093a2635
| * Modified AIDL to support authenticationManuel Roman2011-10-081-8/+27
| | | | | | | | | | | | | | | | | | We need to pass an RpcContext with information such as the caller's certificate. I also modified the compiler so it does not use Container anymore and uses Context Change-Id: Ie1d247e8cac21f7f207a87b2eb77f3d1dd7215d4
| * Fix PresenterClass by adding a _listener fieldTim Kilbourn2011-09-271-1/+1
| | | | | | | | Change-Id: If5c4fab3bd9b5a42f066c183365aeeec65c87cbc
| * add presenters to aidl.Joe Onorato2011-09-231-196/+465
| | | | | | | | Change-Id: I7c3187a5f619f9dd49104b3a131696a32248eb85
| * Support custom flattenable types for RPC.Joe Onorato2011-09-191-3/+3
| |
| * Generate fallthrough for unhandled actions in RPC methods.Joe Onorato2011-09-191-3/+10
| | | | | | | | Change-Id: I2913b20577dd47e000aa6b7403352ee492e6191a
| * Add the full suite of RpcData types.Joe Onorato2011-09-021-1/+18
| | | | | | | | Change-Id: I2798207a5bbce8fbb5980f2aa131d4e1f408839f
| * Checkpoint adding @home RPC support to aidlJoe Onorato2011-09-011-0/+667
| | | | Change-Id: I85534bd58aabdc58a05b76e49f5580196fefcec9
* Revert "Revert "The com.android.athome api classes are moving ↵Mike Lockwood2012-02-171-8/+8
| | | | | | android.support.place."" This reverts commit 9dede89795a88268ab735a1b28e628f2a77922fe.
* Revert "The com.android.athome api classes are moving android.support.place."Mike Lockwood2012-02-171-8/+8
| | | | | to fix the build This reverts commit 1aeecce8e9fe2749d1ad7ec86e40fe5a892f8f05
* The com.android.athome api classes are moving android.support.place.Joe Onorato2012-02-161-8/+8
| | | | Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d
* Modified the constructor of EndpointBaseManuel Roman2012-02-101-1/+5
| | | | | | | | We introduced changes to the Endpoint lifecycle. Modified the AIDL compiler to take into account the changes. Just affected the constructor, which needs now an extra parameter: placeInfo
* Add a getEndpointInfo accessor to AIDL-generated RPC proxy classesJason Simmons2012-02-101-0/+15
|
* Don't try to unmarshal void return types when there are out parameters being ↵Joe Onorato2012-02-101-5/+7
| | | | returned.
* Update aidl for new Broker API.Joe Onorato2012-02-101-43/+42
|
* aidl: All flattenable types now must also be parcelable.Joe Onorato2012-02-101-3/+3
| | | | This is more a limitation of the grammar than anything else triggering laziness on my part.
* Update aidl to new APIs.Joe Onorato2012-02-101-41/+40
|
* Modified AIDL to support authenticationManuel Roman2012-02-101-8/+27
| | | | | | | We need to pass an RpcContext with information such as the caller's certificate. I also modified the compiler so it does not use Container anymore and uses Context
* Fix PresenterClass by adding a _listener fieldTim Kilbourn2012-02-101-1/+1
|
* add presenters to aidl.Joe Onorato2012-02-101-196/+465
|
* Generate fallthrough for unhandled actions in RPC methods.Joe Onorato2012-02-101-3/+10
|
* Support custom flattenable types for RPC.Joe Onorato2012-02-101-3/+3
|
* Add the full suite of RpcData types.Joe Onorato2012-02-101-1/+18
|
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-0/+667