The shared memory area is used for receiving transaction data; usually this
comes in the form of pointers into that shared memory area returned by the
driver.

On Tue, Nov 25, 2008 at 6:28 PM, Jarod LIU <[EMAIL PROTECTED]> wrote:

>
> Yup, Strongly agree with you. Per its comments, it should be used to
> "receive transactions". But I cannot find where ~~
>
> -Jarod
>
> On Nov 26, 10:17 am, "Dianne Hackborn" <[EMAIL PROTECTED]> wrote:
> > I don't know about this one specifically, but I am sure there are many
> > variables littered around the code that are not actually used.  :}
> >
> >
> >
> > On Tue, Nov 25, 2008 at 6:11 PM, Jarod LIU <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi All,
> >
> > > I just found that there is a member variable of ProcessState named
> > > mVMStart is useless.
> >
> > > It was initialized in the constructor ProcessState::ProcessState() as
> >
> > > "mVMStart = mmap(0, BINDER_VM_SIZE, PROT_READ, MAP_PRIVATE |
> > > MAP_NORESERVE, mDriverFD, 0);"
> >
> > > But I cannot find any other reference out of the constructor in this
> > > file.
> >
> > > So i think it's a useless member. Am I right?
> >
> > > Thanks
> > > Jarod
> >
> > --
> > Dianne Hackborn
> > Android framework engineer
> > [EMAIL PROTECTED]
> >
> > Note: please don't send private questions to me, as I don't have time to
> > provide private support.  All such questions should be posted on public
> > forums, where I and others can see and answer them.
> >
>


-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" 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-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to