Home
last modified time | relevance | path

Searched refs:nativeGatherPendingTransactions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java46 private static native SurfaceControl.Transaction nativeGatherPendingTransactions(long ptr, in nativeGatherPendingTransactions() method in BLASTBufferQueue
201 return nativeGatherPendingTransactions(mNativeObject, frameNumber); in gatherPendingTransactions()
/frameworks/base/core/jni/
Dandroid_graphics_BLASTBufferQueue.cpp204 static jobject nativeGatherPendingTransactions(JNIEnv* env, jclass clazz, jlong ptr, in nativeGatherPendingTransactions() function
226 …actions", "(JJ)Landroid/view/SurfaceControl$Transaction;", (void*)nativeGatherPendingTransactions},