Lines Matching refs:mHeapId
107 mutable volatile int32_t mHeapId;
234 mHeapId(-1), mBase(MAP_FAILED), mSize(0), mFlags(0), mOffset(0), mRealHeap(false)
239 if (mHeapId != -1) {
240 close(mHeapId);
248 binder.get(), this, mSize, mHeapId);
264 if (mHeapId == -1) {
270 if (mHeapId == -1) {
274 android_atomic_write( dup( heap->mHeapId ), &mHeapId );
285 if (mHeapId == -1) {
312 if (mHeapId == -1) {
323 android_atomic_write(fd, &mHeapId);
331 return mHeapId;
408 static_cast<BpMemoryHeap*>(info.heap.get())->mHeapId,
441 static_cast<BpMemoryHeap*>(info.heap.get())->mHeapId,
472 h->mHeapId, h->mBase, h->mSize);