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

/system/extras/perfprofd/
H A Dcpuconfig.h19 // Helper class to perform cpu setup (if needed) prior to a profile collection.
25 // service is running; if so (and if 'perform' is TRUE), then it
30 HardwireCpuHelper(bool perform);
H A Dcpuconfig.cc34 HardwireCpuHelper::HardwireCpuHelper(bool perform) argument
37 if (perform && GetMpdecisionRunning()) {
/system/core/include/system/
H A Dwindow.h283 /* Valid operations for the (*perform)() hook.
503 * hook used to perform various operations on the surface.
504 * (*perform)() is a generic mechanism to add functionality to
510 * (*perform)() returns -ENOENT if the 'what' parameter is not supported
516 int (*perform)(struct ANativeWindow* window, member in struct:ANativeWindow
632 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
671 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
692 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
721 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
741 return window->perform(windo
[all...]

Completed in 79 milliseconds