Searched refs:dmabuf_sysfs_stats_path (Results 1 – 2 of 2) sorted by relevance
/system/memory/libmeminfo/libdmabufinfo/ |
D | dmabuf_sysfs_stats.cpp | 55 bool GetDmabufSysfsStats(DmabufSysfsStats* stats, const std::string& dmabuf_sysfs_stats_path) { in GetDmabufSysfsStats() argument 56 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufSysfsStats() 59 PLOG(ERROR) << "Unable to access: " << dmabuf_sysfs_stats_path; in GetDmabufSysfsStats() 72 "%s/%s", dmabuf_sysfs_stats_path.c_str(), dent->d_name); in GetDmabufSysfsStats() 117 const std::string& dmabuf_sysfs_stats_path) { in GetDmabufTotalExportedKb() argument 118 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufTotalExportedKb() 120 PLOG(ERROR) << "Unable to access: " << dmabuf_sysfs_stats_path; in GetDmabufTotalExportedKb() 130 "%s/%s", dmabuf_sysfs_stats_path.c_str(), dent->d_name); in GetDmabufTotalExportedKb()
|
/system/memory/libmeminfo/ |
D | sysmeminfo.cpp | 282 const std::string& dmabuf_sysfs_stats_path) { in ReadDmabufHeapTotalExportedKb() argument 308 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats, dmabuf_sysfs_stats_path)) return false; in ReadDmabufHeapTotalExportedKb()
|