Lines Matching refs:FramebufferNativeWindow
75 FramebufferNativeWindow::FramebufferNativeWindow() in FramebufferNativeWindow() function in android::FramebufferNativeWindow
163 FramebufferNativeWindow::~FramebufferNativeWindow() in ~FramebufferNativeWindow()
179 status_t FramebufferNativeWindow::setUpdateRectangle(const Rect& r) in setUpdateRectangle()
187 status_t FramebufferNativeWindow::compositionComplete() in compositionComplete()
195 int FramebufferNativeWindow::setSwapInterval( in setSwapInterval()
202 void FramebufferNativeWindow::dump(String8& result) { in dump()
213 int FramebufferNativeWindow::getCurrentBufferIndex() const in getCurrentBufferIndex()
220 int FramebufferNativeWindow::dequeueBuffer_DEPRECATED(ANativeWindow* window, in dequeueBuffer_DEPRECATED()
235 int FramebufferNativeWindow::dequeueBuffer(ANativeWindow* window, in dequeueBuffer()
238 FramebufferNativeWindow* self = getSelf(window); in dequeueBuffer()
262 int FramebufferNativeWindow::lockBuffer_DEPRECATED(ANativeWindow* /*window*/, in lockBuffer_DEPRECATED()
268 int FramebufferNativeWindow::queueBuffer_DEPRECATED(ANativeWindow* window, in queueBuffer_DEPRECATED()
274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window, in queueBuffer()
277 FramebufferNativeWindow* self = getSelf(window); in queueBuffer()
293 int FramebufferNativeWindow::query(const ANativeWindow* window, in query()
296 const FramebufferNativeWindow* self = getSelf(window); in query()
329 int FramebufferNativeWindow::perform(ANativeWindow* /*window*/, in perform()
364 FramebufferNativeWindow* w; in android_createDisplaySurface()
365 w = new FramebufferNativeWindow(); in android_createDisplaySurface()
368 sp<FramebufferNativeWindow> ref(w); in android_createDisplaySurface()