Merge "Rename: ReadDmaBufs -> ReadProcfsDmaBufs" am: ac92461dbe am: 2092245ab7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2362224 Change-Id: Ia84c7120a80a087929de5aa367ace15172dd0622 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -44,7 +44,7 @@ struct PidDmaInfo {
|
|||||||
static jobjectArray KernelAllocationStats_getDmabufAllocations(JNIEnv *env, jobject) {
|
static jobjectArray KernelAllocationStats_getDmabufAllocations(JNIEnv *env, jobject) {
|
||||||
std::vector<DmaBuffer> buffers;
|
std::vector<DmaBuffer> buffers;
|
||||||
|
|
||||||
if (!dmabufinfo::ReadDmaBufs(&buffers)) {
|
if (!dmabufinfo::ReadProcfsDmaBufs(&buffers)) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user