OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_app_read_cmd
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
192
* These can be retrieved and processed with
android_app_read_cmd
()
318
int8_t
android_app_read_cmd
(struct android_app* android_app);
321
* Call with the command returned by
android_app_read_cmd
() to do the
328
* Call with the command returned by
android_app_read_cmd
() to do the
android_native_app_glue.c
48
int8_t
android_app_read_cmd
(struct android_app* android_app) {
function
203
int8_t cmd =
android_app_read_cmd
(app);
Completed in 1870 milliseconds