summaryrefslogtreecommitdiffstats
path: root/tools/aidl/generate_java_rpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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