Home | History | Annotate | Download | only in binder

Lines Matching refs:mBase

108     mutable void*       mBase;
234 mHeapId(-1), mBase(MAP_FAILED), mSize(0), mFlags(0), mOffset(0), mRealHeap(false)
243 if (mBase != MAP_FAILED) {
252 munmap(mBase, mSize);
268 if (heap->mBase != MAP_FAILED) {
271 mBase = heap->mBase;
314 mBase = mmap(0, size, access, MAP_SHARED, fd, offset);
315 if (mBase == MAP_FAILED) {
336 return mBase;
472 h->mHeapId, h->mBase, h->mSize);