Merge "Rename: ReadDmaBufs -> ReadProcfsDmaBufs"

This commit is contained in:
T.J. Mercier
2022-12-21 19:12:39 +00:00
committed by Gerrit Code Review

View File

@@ -44,7 +44,7 @@ struct PidDmaInfo {
static jobjectArray KernelAllocationStats_getDmabufAllocations(JNIEnv *env, jobject) { static jobjectArray KernelAllocationStats_getDmabufAllocations(JNIEnv *env, jobject) {
std::vector<DmaBuffer> buffers; std::vector<DmaBuffer> buffers;
if (!dmabufinfo::ReadDmaBufs(&buffers)) { if (!dmabufinfo::ReadProcfsDmaBufs(&buffers)) {
return nullptr; return nullptr;
} }