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

/system/core/include/system/
H A Dwindow.h236 /* Valid operations for the (*perform)() hook.
447 * hook used to perform various operations on the surface.
448 * (*perform)() is a generic mechanism to add functionality to
454 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
478 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
594 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
627 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
648 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
673 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
689 return window->perform(windo
[all...]

Completed in 26 milliseconds