Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp263 int32_t heapId = mHeapId.load(memory_order_relaxed); in ~BpMemoryHeap() local
264 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() local
289 if (heapId == -1) { in assertMapped()
313 int32_t heapId = mHeapId.load(memory_order_acquire); in assertReallyMapped() local
314 if (heapId == -1) { in assertReallyMapped()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
H A Dionalloc.cpp80 ionAllocData.heap_id_mask = data.heapId; in alloc_buffer()
H A Dalloc_controller.cpp513 data.heapId = ionHeapId; in allocate()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
H A Dionalloc.cpp85 ionAllocData.heap_id_mask = data.heapId; in alloc_buffer()
H A Dalloc_controller.cpp495 data.heapId = ionHeapId; in allocate()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
H A Dionalloc.cpp80 ionAllocData.heap_id_mask = data.heapId; in alloc_buffer()
H A Dalloc_controller.cpp513 data.heapId = ionHeapId; in allocate()
/aosp12/art/test/913-heaps/src/art/
H A DTest913.java749 private static native String getHeapName(int heapId); in getHeapName() argument
750 private static native void checkGetObjectHeapIdInCallback(long tag, int heapId); in checkGetObjectHeapIdInCallback() argument