HomeSort by relevance Sort by last modified time
    Searched refs:android_app (Results 1 - 21 of 21) sorted by null

  /prebuilts/ndk/r16/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...]
  /external/vulkan-validation-layers/common/
android_util.h 26 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int *count);
android_util.cpp 32 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int *count) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
android_util.h 26 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count);
android_util.cpp 30 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count)
  /external/flatbuffers/android/jni/
main.cpp 21 void android_main(android_app *app) {
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.h 25 static std::vector<std::string> get_args(android_app &app);
27 ShellAndroid(android_app &app, Game &game);
44 static inline void on_app_cmd(android_app *app, int32_t cmd);
45 static inline int32_t on_input_event(android_app *app, AInputEvent *event);
47 android_app &app_;
52 void ShellAndroid::on_app_cmd(android_app *app, int32_t cmd) {
57 int32_t ShellAndroid::on_input_event(android_app *app, AInputEvent *event) {
Main.cpp 70 void android_main(android_app *app) {
ShellAndroid.cpp 61 std::vector<std::string> ShellAndroid::get_args(android_app &app) {
104 ShellAndroid::ShellAndroid(android_app &app, Game &game) : Shell(game), app_(app) {
  /external/flatbuffers/samples/android/jni/
main.cpp 20 void android_main(android_app *app) {
  /external/skia/tools/sk_app/android/
main_android.cpp 23 void android_main(struct android_app* state) {
  /external/skqp/tools/sk_app/android/
main_android.cpp 23 void android_main(struct android_app* state) {
  /external/webrtc/webrtc/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) {
  /build/soong/java/
app_test.go 64 for _, moduleType := range []string{"android_app", "android_library"} {
182 android_app {
187 android_app {
294 for _, moduleType := range []string{"android_app", "android_library"} {
app.go 28 android.RegisterModuleType("android_app", AndroidAppFactory)
java_test.go 72 ctx.RegisterModuleType("android_app", android.ModuleFactoryAdaptor(AndroidAppFactory))
116 android_app {
  /build/soong/androidmk/cmd/androidmk/
android.go 749 "BUILD_PACKAGE": "android_app",
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp     [all...]

Completed in 357 milliseconds