Searched refs:updateDestinationFrame (Results 1 – 4 of 4) sorted by relevance
32 private static native long nativeCreate(String name, boolean updateDestinationFrame); in nativeCreate() argument62 public BLASTBufferQueue(String name, boolean updateDestinationFrame) { in BLASTBufferQueue() argument63 mNativeObject = nativeCreate(name, updateDestinationFrame); in BLASTBufferQueue()
91 jboolean updateDestinationFrame) { in nativeCreate() argument93 sp<BLASTBufferQueue> queue = new BLASTBufferQueue(name.c_str(), updateDestinationFrame); in nativeCreate()
83 BLASTBufferQueue(const std::string& name, bool updateDestinationFrame = true);
169 BLASTBufferQueue::BLASTBufferQueue(const std::string& name, bool updateDestinationFrame) in BLASTBufferQueue() argument176 mUpdateDestinationFrame(updateDestinationFrame) { in BLASTBufferQueue()