Home | History | Annotate | Download | only in text

Lines Matching full:callbacks

28     activity. Because the main thread of your application handles the callbacks, your callback
36 native_activity.h interface. It spawns another thread to handle things such as callbacks or
37 input events. This prevents any callbacks from blocking your main thread and adds some
38 flexibility in how you implement the callbacks, so you might find this programming model a bit
53 callbacks in an event loop in another thread. See the native-activity sample application for more
98 ANativeActivity->callbacks to the implementations of your callbacks.
105 6. Implement the rest of the callbacks that you set in ANativeActivity->callbacks. For more
106 information on when the callbacks are called, see the SDK documentation for Activity
108 ANR (Application Not Responding) errors because the main UI thread is waiting for the callbacks