Loading core/jni/com_android_internal_os_KernelAllocationStats.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
core/jni/com_android_internal_os_KernelAllocationStats.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading