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.h72 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.cpp92 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
96 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST);
/frameworks/native/include/gui/
H A DSurface.h129 virtual int perform(int operation, va_list args);
/frameworks/native/libs/gui/
H A DSurface.cpp50 ANativeWindow::perform = hook_perform; member in class:android::ANativeWindow
158 return c->perform(operation, args);
352 int Surface::perform(int operation, va_list args) function in class:android::Surface
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs175 on the device to perform advanced user tasks, such as capture a photo or view
210 scalable way to perform Share actions with user content."
513 in connectivity, and perform transactions with XML data."
1304 "How to perform various tasks and keep your app's data and your user's data secure."

Completed in 229 milliseconds