Searched defs:process (Results 1 - 2 of 2) sorted by relevance

/development/tools/mkstubs/src/com/android/mkstubs/
H A DMain.java33 * For workflow details, see {@link #process(Params)}.
125 m.process(p);
288 private void process(Params p) throws IOException { method in class:Main
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h72 * can call the process() function on it, and fill in android_app->onAppCmd
76 * Alternatively, you can call the low-level functions to read and process
100 void (*process)(struct android_app* app, struct android_poll_source* source); member in struct:android_poll_source
106 * in its own thread separate from the main thread of the process.
116 // Fill this in with the function to process main app commands (APP_CMD_*)
119 // Fill this in with the function to process input events. At this point

Completed in 336 milliseconds