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

/frameworks/native/libs/binder/
H A DIMemory.cpp107 mutable volatile int32_t mHeapId; member in class:android::BpMemoryHeap
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
[all...]

Completed in 183 milliseconds