Age | Commit message (Collapse) | Author |
|
AIDL previously supported "rpc" and "flatten" types, which are not used
anywhere in the Android tree. This patch removes them, which significantly cuts
down code and complexity.
Bug: 23517584
Test: Rebuilt AOSP tree against new version
Change-Id: I6cf38d43c1ce109ffca987cc14520945aa22431f
Signed-off-by: Casey Dahlin <sadmac@google.com>
|
|
* commit '9d98a089756b692eefeae7f92cca15e121196e0c':
Check result handler is not null
|
|
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
|
|
android.support.place.""
This reverts commit 9dede89795a88268ab735a1b28e628f2a77922fe.
|
|
to fix the build
This reverts commit 1aeecce8e9fe2749d1ad7ec86e40fe5a892f8f05
|
|
Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d
|
|
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
|
|
|
|
returned.
|
|
|
|
This is more a limitation of the grammar than anything else triggering laziness on my part.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into ics-aah
|
|
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
|
|
Change-Id: I1de957db3eceebc466d8ce23e2a80a0fcf4c917c
|
|
Change-Id: Ibb9b8cfc8e7d0676df43359f5abaaed5e9e1112d
|
|
returned.
Change-Id: Ib7d2a5609167a076dd7ee8e10e8a55056789517e
|
|
Change-Id: Id270a8cf4ce3b30dd470a5e11b966aaa14fb70c0
|
|
Change-Id: I3a51e45a054082a530b5af8aa063da6f674e89bc
|
|
This is more a limitation of the grammar than anything else triggering laziness on my part.
Change-Id: I73b21022388c54e516d7e1cddfd4895d351cd194
|
|
Change-Id: I6a3984f9173573a256a60794b7482fab093a2635
|
|
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
|
|
Change-Id: If5c4fab3bd9b5a42f066c183365aeeec65c87cbc
|
|
Change-Id: I7c3187a5f619f9dd49104b3a131696a32248eb85
|
|
|
|
Change-Id: I2913b20577dd47e000aa6b7403352ee492e6191a
|
|
Change-Id: I2798207a5bbce8fbb5980f2aa131d4e1f408839f
|
|
Change-Id: I85534bd58aabdc58a05b76e49f5580196fefcec9
|