Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabuf_sysfs_stats.h80 bool GetDmabufTotalExportedKb(uint64_t* total_exported,
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabuf_sysfs_stats.cpp116 bool GetDmabufTotalExportedKb(uint64_t* total_exported, in GetDmabufTotalExportedKb() function
H A Ddmabufinfo_test.cpp286 EXPECT_TRUE(GetDmabufTotalExportedKb(&total_exported, buffer_stats_path.c_str())); in TEST_F()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp825 if (dmabufinfo::GetDmabufTotalExportedKb(&size)) { in android_os_Debug_getDmabufTotalExportedKb()