Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp108 mutable volatile int32_t mHeapId; member in android::BpMemoryHeap
246 mHeapId(-1), mBase(MAP_FAILED), mSize(0), mFlags(0), mOffset(0), mRealHeap(false) in BpMemoryHeap()
251 if (mHeapId != -1) { in ~BpMemoryHeap()
252 close(mHeapId); in ~BpMemoryHeap()
260 binder.get(), this, mSize, mHeapId); in ~BpMemoryHeap()
276 if (mHeapId == -1) { in assertMapped()
282 if (mHeapId == -1) { in assertMapped()
286 android_atomic_write( dup( heap->mHeapId ), &mHeapId ); in assertMapped()
297 if (mHeapId == -1) { in assertReallyMapped()
316 if (mHeapId == -1) { in assertReallyMapped()
[all …]