History log of /frameworks/base/tools/aidl/generate_java_rpc.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17a452f00c188173f48d0d490d98750cbb4529ca 17-Feb-2012 Mike Lockwood <lockwood@google.com> Revert "Revert "The com.android.athome api classes are moving android.support.place.""

This reverts commit 9dede89795a88268ab735a1b28e628f2a77922fe.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
9dede89795a88268ab735a1b28e628f2a77922fe 17-Feb-2012 Mike Lockwood <lockwood@google.com> Revert "The com.android.athome api classes are moving android.support.place."

to fix the build

This reverts commit 1aeecce8e9fe2749d1ad7ec86e40fe5a892f8f05
/frameworks/base/tools/aidl/generate_java_rpc.cpp
1aeecce8e9fe2749d1ad7ec86e40fe5a892f8f05 12-Dec-2011 Joe Onorato <joeo@google.com> The com.android.athome api classes are moving android.support.place.

Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d
/frameworks/base/tools/aidl/generate_java_rpc.cpp
01060b08fbf258d21d344b38d9967b9ef0b50fd5 04-Jan-2012 Manuel Roman <manuelroman@google.com> Modified the constructor of EndpointBase

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
/frameworks/base/tools/aidl/generate_java_rpc.cpp
7dc2973951e9d25e26cdc5a90297ac6c69e43083 17-Dec-2011 Jason Simmons <jsimmons@google.com> Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes
/frameworks/base/tools/aidl/generate_java_rpc.cpp
0a7eaecf6457f9a186b2f2d5c0dbadc8b87e03b9 18-Nov-2011 Joe Onorato <joeo@google.com> Don't try to unmarshal void return types when there are out parameters being returned.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
28087c63d83b51dfd6533040b2ca5edae0bc278a 13-Oct-2011 Joe Onorato <joeo@google.com> Update aidl for new Broker API.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
a1c6d909c22e196ef62ddb065fc7821deda8a602 10-Oct-2011 Joe Onorato <joeo@google.com> aidl: All flattenable types now must also be parcelable.

This is more a limitation of the grammar than anything else triggering laziness on my part.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
95a766ddcd0feda233882012b755947b2588352c 10-Oct-2011 Joe Onorato <joeo@google.com> Update aidl to new APIs.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
b71287f42e7cc164d932562d5ff1ee44e1ae4ade 06-Oct-2011 Manuel Roman <manuelroman@google.com> Modified AIDL to support authentication

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
/frameworks/base/tools/aidl/generate_java_rpc.cpp
22a7cb8d4941bfb0a6d843cac7e21257ee12d683 27-Sep-2011 Tim Kilbourn <tkilbourn@google.com> Fix PresenterClass by adding a _listener field
/frameworks/base/tools/aidl/generate_java_rpc.cpp
e24dbeafe64278408b3342fcb77756bc7d091791 24-Sep-2011 Joe Onorato <joeo@google.com> add presenters to aidl.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
21d524ea8aac9d728480f934c47613a1312f4a26 15-Sep-2011 Joe Onorato <joeo@google.com> Generate fallthrough for unhandled actions in RPC methods.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
7db766c3fec2795b08d237f29b972f474983684b 16-Sep-2011 Joe Onorato <joeo@google.com> Support custom flattenable types for RPC.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
05ffbe7c020c59ee4fa7e13e04641c954d591951 03-Sep-2011 Joe Onorato <joeo@google.com> Add the full suite of RpcData types.
/frameworks/base/tools/aidl/generate_java_rpc.cpp
fdfe2ff8c60c367a4eb7cecb4cbe1d62b41a8c20 31-Aug-2011 Joe Onorato <joeo@google.com> Checkpoint adding @home RPC support to aidl
/frameworks/base/tools/aidl/generate_java_rpc.cpp