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

Commit ac92461d authored by T.J. Mercier's avatar T.J. Mercier Committed by Gerrit Code Review
Browse files

Merge "Rename: ReadDmaBufs -> ReadProcfsDmaBufs"

parents e5527c23 4749709d
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;
    }