Searched refs:perform (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/native/android/
H A Dnative_window.cpp79 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
83 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h74 static int perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp156 ANativeWindow::perform = perform; member in class:android::ANativeWindow
329 int FramebufferNativeWindow::perform(ANativeWindow* /*window*/, function in class:android::FramebufferNativeWindow
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp107 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
111 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
/frameworks/native/include/gui/
H A DSurface.h154 virtual int perform(int operation, va_list args);
/frameworks/native/libs/gui/
H A DSurface.cpp52 ANativeWindow::perform = hook_perform; member in class:android::ANativeWindow
172 return c->perform(operation, args);
393 int Surface::perform(int operation, va_list args) function in class:android::Surface
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs173 on the device to perform advanced user tasks, such as capture a photo or view
208 scalable way to perform Share actions with user content."
540 in connectivity, and perform transactions with XML data."
644 description="How to perform fast, scalable UI operations over the network using Volley"
1724 "How to perform various tasks and keep your app's data and your user's data secure."

Completed in 224 milliseconds