Searched refs:heapId (Results 1 – 11 of 11) sorted by relevance
263 int32_t heapId = mHeapId.load(memory_order_relaxed); in ~BpMemoryHeap() local264 if (heapId != -1) { in ~BpMemoryHeap()265 close(heapId); in ~BpMemoryHeap()273 binder.get(), this, mSize, heapId); in ~BpMemoryHeap()288 int32_t heapId = mHeapId.load(memory_order_acquire); in assertMapped() local289 if (heapId == -1) { in assertMapped()313 int32_t heapId = mHeapId.load(memory_order_acquire); in assertReallyMapped() local314 if (heapId == -1) { in assertReallyMapped()
52 unsigned int heapId; member
80 ionAllocData.heap_id_mask = data.heapId; in alloc_buffer()
513 data.heapId = ionHeapId; in allocate()
85 ionAllocData.heap_id_mask = data.heapId; in alloc_buffer()
495 data.heapId = ionHeapId; in allocate()
749 private static native String getHeapName(int heapId); in getHeapName() argument750 private static native void checkGetObjectHeapIdInCallback(long tag, int heapId); in checkGetObjectHeapIdInCallback() argument