Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
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()
/frameworks/base/core/jni/
Dandroid_graphics_BLASTBufferQueue.cpp91 jboolean updateDestinationFrame) { in nativeCreate() argument
93 sp<BLASTBufferQueue> queue = new BLASTBufferQueue(name.c_str(), updateDestinationFrame); in nativeCreate()
/frameworks/native/libs/gui/include/gui/
DBLASTBufferQueue.h83 BLASTBufferQueue(const std::string& name, bool updateDestinationFrame = true);
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp169 BLASTBufferQueue::BLASTBufferQueue(const std::string& name, bool updateDestinationFrame) in BLASTBufferQueue() argument
176 mUpdateDestinationFrame(updateDestinationFrame) { in BLASTBufferQueue()