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

Commit 4749709d authored by T.J. Mercier's avatar T.J. Mercier
Browse files

Rename: ReadDmaBufs -> ReadProcfsDmaBufs

Bug: 258345237
Test: N/A
Change-Id: I04cf5424f2b16fedd1334e1e2946615983273522
parent 034f57e2
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;
    }