Searched refs:heapId (Results 1 – 1 of 1) sorted by relevance
264 int32_t heapId = mHeapId.load(memory_order_relaxed); in ~BpMemoryHeap() local265 if (heapId != -1) { in ~BpMemoryHeap()266 close(heapId); in ~BpMemoryHeap()274 binder.get(), this, mSize, heapId); in ~BpMemoryHeap()289 int32_t heapId = mHeapId.load(memory_order_acquire); in assertMapped() local290 if (heapId == -1) { in assertMapped()314 int32_t heapId = mHeapId.load(memory_order_acquire); in assertReallyMapped() local315 if (heapId == -1) { in assertReallyMapped()