Update setBuffer for SCC changes.
Test: Builds Bug: 251971691 Change-Id: I0b179c2956d2a7631a9ec2f141da7a02ff410caf
This commit is contained in:
@@ -609,7 +609,7 @@ static void nativeSetBuffer(JNIEnv* env, jclass clazz, jlong transactionObj, jlo
|
||||
if (fencePtr != 0) {
|
||||
optFence = sp<Fence>{reinterpret_cast<Fence*>(fencePtr)};
|
||||
}
|
||||
transaction->setBuffer(ctrl, graphicBuffer, optFence, std::nullopt,
|
||||
transaction->setBuffer(ctrl, graphicBuffer, optFence, std::nullopt, 0 /* producerId */,
|
||||
genReleaseCallback(env, releaseCallback));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user