Home
last modified time | relevance | path

Searched refs:FramebufferNativeWindow (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
DFramebufferNativeWindow.cpp75 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()
[all …]
DAndroid.mk20 FramebufferNativeWindow.cpp \
/frameworks/native/include/ui/
DFramebufferNativeWindow.h47 class FramebufferNativeWindow
50 FramebufferNativeWindow,
51 LightRefBase<FramebufferNativeWindow> >
54 FramebufferNativeWindow();
68 friend class LightRefBase<FramebufferNativeWindow>;
69 ~FramebufferNativeWindow(); // this class cannot be overloaded