Home
last modified time | relevance | path

Searched refs:ReadDmabufHeapTotalExportedKb (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/memory/libmeminfo/include/meminfo/
H A Dsysmeminfo.h128 bool ReadDmabufHeapTotalExportedKb(
/aosp12/system/memory/libmeminfo/
H A Dsysmeminfo.cpp281 bool ReadDmabufHeapTotalExportedKb(uint64_t* size, const std::string& dma_heap_root_path, in ReadDmabufHeapTotalExportedKb() function
H A Dlibmeminfo_test.cpp1024 ASSERT_TRUE(ReadDmabufHeapTotalExportedKb(&size, heap_root_path, buffer_stats_path)); in TEST_F()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp835 if (meminfo::ReadDmabufHeapTotalExportedKb(&size)) { in android_os_Debug_getDmabufHeapTotalExportedKb()