Home
last modified time | relevance | path

Searched refs:mHeapId (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DIMemory.cpp107 mutable volatile int32_t mHeapId; member in android::BpMemoryHeap
234 mHeapId(-1), mBase(MAP_FAILED), mSize(0), mFlags(0), mOffset(0), mRealHeap(false) in BpMemoryHeap()
239 if (mHeapId != -1) { in ~BpMemoryHeap()
240 close(mHeapId); in ~BpMemoryHeap()
248 binder.get(), this, mSize, mHeapId); in ~BpMemoryHeap()
264 if (mHeapId == -1) { in assertMapped()
270 if (mHeapId == -1) { in assertMapped()
274 android_atomic_write( dup( heap->mHeapId ), &mHeapId ); in assertMapped()
285 if (mHeapId == -1) { in assertReallyMapped()
312 if (mHeapId == -1) { in assertReallyMapped()
[all …]