HomeSort by relevance Sort by last modified time
    Searched defs:mHeapId (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/binder/
IMemory.cpp 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);
266 if (mHeapId == -1) {
272 if (mHeapId == -1) {
276 android_atomic_write( dup( heap->mHeapId ), &mHeapId );
287 if (mHeapId == -1)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 222 protected int mHeapId;
256 mHeapId = hpsgData.getInt();
291 return isValid() && other.isValid() && mHeapId == other.mHeapId &&
394 return mHeapId * 31 +
406 str.append("HeapSegment { heap ").append(mHeapId)
417 if (mHeapId != other.mHeapId) {
418 return mHeapId < other.mHeapId ? -1 : 1
    [all...]
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 79 milliseconds