Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcd5cf6f authored by T.J. Mercier's avatar T.J. Mercier Committed by Automerger Merge Worker
Browse files

Merge "Rename: ReadDmaBufs -> ReadProcfsDmaBufs" am: ac92461d am: 2092245a

parents 173e9e20 2092245a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ struct PidDmaInfo {
static jobjectArray KernelAllocationStats_getDmabufAllocations(JNIEnv *env, jobject) {
    std::vector<DmaBuffer> buffers;

    if (!dmabufinfo::ReadDmaBufs(&buffers)) {
    if (!dmabufinfo::ReadProcfsDmaBufs(&buffers)) {
        return nullptr;
    }