Searched refs:nativeCreateAndUpdate (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | BLASTBufferQueue.java | 30 private static native long nativeCreateAndUpdate(String name, long surfaceControl, long width, in nativeCreateAndUpdate() method in BLASTBufferQueue 58 mNativeObject = nativeCreateAndUpdate(name, sc.mNativeObject, width, height, format); in BLASTBufferQueue()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_graphics_BLASTBufferQueue.cpp | 77 static jlong nativeCreateAndUpdate(JNIEnv* env, jclass clazz, jstring jName, jlong surfaceControl, in nativeCreateAndUpdate() function 144 {"nativeCreateAndUpdate", "(Ljava/lang/String;JJJI)J", (void*)nativeCreateAndUpdate},
|