.It means the application is a daemon and will sit below the app framework layer in Android architecture above the Linux Kernel.
What you mean by " This is not exposed by the NDK, so there is no official way to do that from applications" On 5/25/10, David Turner <[email protected]> wrote: > > This is not exposed by the NDK, so there is no official way to do that from > applications. > > > What does "sit on the same layer as Bionic Libc layer" means anyway ? > > On Mon, May 24, 2010 at 1:40 AM, Anoop Pant <[email protected]>wrote: > >> Hi, >> I want to understand if i want to user the Binder in my C >> application(daemon). What is the API layer to use Binder in C >> application(daemon).Both the daemon sits on the same layer as Bionic >> Libc layer >> >> Can somebody help me by giving a sample example in which two >> process(daemon) written in C can use binder interface for transferring >> the data in between. >> >> Does i need AIDL in this layer too? >> >> Scenario is below: >> >> || >> || >> || Daemon 1 Implemented in C >> || >> ================== >> Binder >> ================== >> || >> || Daemon 2 Implemented in C >> || >> || >> >> Thanks >> Anoop >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

