Home
last modified time | relevance | path

Searched defs:heapId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp263 int32_t heapId = mHeapId.load(memory_order_relaxed); in ~BpMemoryHeap() local
288 int32_t heapId = mHeapId.load(memory_order_acquire); in assertMapped() local
313 int32_t heapId = mHeapId.load(memory_order_acquire); in assertReallyMapped() local
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dmemalloc.h52 unsigned int heapId; member
/aosp12/art/test/913-heaps/src/art/
H A DTest913.java749 private static native String getHeapName(int heapId); in getHeapName()
750 private static native void checkGetObjectHeapIdInCallback(long tag, int heapId); in checkGetObjectHeapIdInCallback()