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

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

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

parents 7f456275 ac92461d
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;
    }