Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBLASTBufferQueue.java32 private static native long nativeCreate(String name, boolean updateDestinationFrame); in nativeCreate() argument
62 public BLASTBufferQueue(String name, boolean updateDestinationFrame) { in BLASTBufferQueue() argument
63 mNativeObject = nativeCreate(name, updateDestinationFrame); in BLASTBufferQueue()
/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_BLASTBufferQueue.cpp91 jboolean updateDestinationFrame) { in nativeCreate() argument
93 sp<BLASTBufferQueue> queue = new BLASTBufferQueue(name.c_str(), updateDestinationFrame); in nativeCreate()