Well the flag is not private, so the keyword can't be too private. :)
There are lots of gotchas with this though -- ordering of delivery is tied
to the target object (so you can receive calls on different interfaces out
of order), and this does NOT impact calls in the same process.
On Fri, Jul 17
That is not a problem in my use case [?]
2009/7/17 Marco Nelissen
>
> On Fri, Jul 17, 2009 at 7:20 AM, Guillaume
> Perrot wrote:
> >
> > Hello,
> > I found in Android source code an interesting but undocumented keyword
> > for aidl: "oneway" (before void in a function).
> > As it sounds, the gen
On Fri, Jul 17, 2009 at 7:20 AM, Guillaume
Perrot wrote:
>
> Hello,
> I found in Android source code an interesting but undocumented keyword
> for aidl: "oneway" (before void in a function).
> As it sounds, the generated code uses the corresponding flag
> http://developer.android.com/reference/and
I hope it's not 'private'! :=)
I'm using oneway quite a bit in my service's aidl definition.
On Jul 17, 10:20 am, Guillaume Perrot
wrote:
> Hello,
> I found in Android source code an interesting but undocumented keyword
> for aidl: "oneway" (before void in a function).
> As it sounds, the gener
4 matches
Mail list logo