Searched refs:dmabuf_sysfs_stats_path (Results 1 – 2 of 2) sorted by relevance
/system/memory/libmeminfo/libdmabufinfo/ |
D | dmabuf_sysfs_stats.cpp | 61 bool GetDmabufSysfsStats(DmabufSysfsStats* stats, const std::string& dmabuf_sysfs_stats_path) { in GetDmabufSysfsStats() argument 62 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufSysfsStats() 65 PLOG(ERROR) << "Unable to access: " << dmabuf_sysfs_stats_path; in GetDmabufSysfsStats() 78 "%s/%s", dmabuf_sysfs_stats_path.c_str(), dent->d_name); in GetDmabufSysfsStats() 123 const std::string& dmabuf_sysfs_stats_path) { in GetDmabufTotalExportedKb() argument 124 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufTotalExportedKb() 126 PLOG(ERROR) << "Unable to access: " << dmabuf_sysfs_stats_path; in GetDmabufTotalExportedKb() 136 "%s/%s", dmabuf_sysfs_stats_path.c_str(), dent->d_name); in GetDmabufTotalExportedKb()
|
/system/memory/libmeminfo/ |
D | sysmeminfo.cpp | 337 const std::string& dmabuf_sysfs_stats_path) { in ReadDmabufHeapTotalExportedKb() argument 363 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats, dmabuf_sysfs_stats_path)) return false; in ReadDmabufHeapTotalExportedKb()
|