/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.c | 39 static void free_saved_state(struct android_app* android_app) { 40 pthread_mutex_lock(&android_app->mutex); 41 if (android_app->savedState != NULL) { 42 free(android_app->savedState); 43 android_app->savedState = NULL; 44 android_app->savedStateSize = 0; 46 pthread_mutex_unlock(&android_app->mutex); 49 int8_t android_app_read_cmd(struct android_app* android_app) { 209 struct android_app* android_app = (struct android_app*)param; local 245 struct android_app* android_app = (struct android_app*)malloc(sizeof(struct android_app)); local 352 struct android_app* android_app = (struct android_app*)activity->instance; local 386 struct android_app* android_app = (struct android_app*)activity->instance; local 392 struct android_app* android_app = (struct android_app*)activity->instance; local [all...] |
android_native_app_glue.h | 50 * 2/ android_main() receives a pointer to a valid "android_app" structure 54 * 3/ the "android_app" object holds an ALooper instance that already 72 * can call the process() function on it, and fill in android_app->onAppCmd 73 * and android_app->onInputEvent to be called for your own processing 84 struct android_app; 95 // The android_app this ident is associated with. 96 struct android_app* app; 100 void (*process)(struct android_app* app, struct android_poll_source* source); 111 struct android_app { struct 117 void (*onAppCmd)(struct android_app* app, int32_t cmd) [all...] |
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
TeapotNativeActivity.cpp | 39 struct android_app; 56 android_app* app_; 67 static void HandleCmd( struct android_app* app, 69 static int32_t HandleInput( android_app* app, 74 void SetState( android_app* state ); 212 int32_t Engine::HandleInput( android_app* app, 282 void Engine::HandleCmd( struct android_app* app, 375 void Engine::SetState( android_app* state ) 433 void android_main( android_app* state )
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
Statement.java | 29 * "target" : {"namespace": "android_app", "package_name": "com.example.app", 42 * <pre>AbstractAsset.create("{\"namespace\" : \"android_app\","
|
AndroidAppAsset.java | 33 * string: { "namespace": "android_app", "package_name": "[Java package name]", 36 * <p>For example, { "namespace": "android_app", "package_name": "com.test.mytestapp",
|
AbstractAsset.java | 40 * {"namespace": "android_app",
|
Utils.java | 46 public static final String NAMESPACE_ANDROID_APP = "android_app";
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 45 struct android_app* app; 168 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) { 182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { 231 void android_main(struct android_app* state) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/android/ |
android_model_helper.html | 9 <link rel="import" href="/extras/android/android_app.html">
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 45 struct android_app* app; 168 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) { 182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { 231 void android_main(struct android_app* state) {
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
MoreTeapotsNativeActivity.cpp | 49 struct android_app; 66 android_app* app_; 77 static void HandleCmd( struct android_app* app, 79 static int32_t HandleInput( android_app* app, 84 void SetState( android_app* state ); 223 int32_t Engine::HandleInput( android_app* app, 293 void Engine::HandleCmd( struct android_app* app, 386 void Engine::SetState( android_app* state ) 444 void android_main( android_app* state )
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/ko/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/ru/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 375 struct android_app* app; 413 static int32_t engine_handle_input(struct android_app* app, AInputEvent* event) { 428 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { 446 void android_main(struct android_app* state) {
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/ |
IntentFilterVerificationReceiver.java | 60 private static final String ANDROID_ASSET_FORMAT = "{\"namespace\": \"android_app\", "
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
plugin.xml | 159 icon="icons/android_app.png"
|
/frameworks/base/docs/html/preview/features/ |
app-linking.jd | 283 "namespace": "android_app", 305 "namespace": "android_app", 314 "namespace": "android_app", 350 "namespace": "android_app", 364 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/es/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/ |
app-linking.jd | 71 "namespace": "android_app",
|
/frameworks/base/docs/html/ndk/samples/ |
sample_na.jd | 157 void android_main(struct android_app* state) {
|
/ndk/docs/Programmers_Guide/html/ |
md_2__samples_sample--nativeactivity.html | 135 <pre class="fragment">void android_main(struct android_app* state) {
|
/external/chromium-trace/trace-viewer/tracing/ |
trace_viewer.gypi | 75 'tracing/extras/android/android_app.html',
|