OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_poll_source
(Results
1 - 11
of
11
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
71
* the returned data will point to an
android_poll_source
structure. You
90
struct
android_poll_source
{
struct
100
void (*process)(struct android_app* app, struct
android_poll_source
* source);
175
struct
android_poll_source
cmdPollSource;
176
struct
android_poll_source
inputPollSource;
191
* identifier is a pointer to an
android_poll_source
structure.
201
*
android_poll_source
structure. These can be read via the inputQueue
android_native_app_glue.c
188
static void process_input(struct android_app* app, struct
android_poll_source
* source) {
201
static void process_cmd(struct android_app* app, struct
android_poll_source
* source) {
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
71
* the returned data will point to an
android_poll_source
structure. You
90
struct
android_poll_source
{
struct
100
void (*process)(struct android_app* app, struct
android_poll_source
* source);
175
struct
android_poll_source
cmdPollSource;
176
struct
android_poll_source
inputPollSource;
191
* identifier is a pointer to an
android_poll_source
structure.
201
*
android_poll_source
structure. These can be read via the inputQueue
android_native_app_glue.c
187
static void process_input(struct android_app* app, struct
android_poll_source
* source) {
200
static void process_cmd(struct android_app* app, struct
android_poll_source
* source) {
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
main.cpp
102
struct
android_poll_source
* source;
/external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp
201
struct
android_poll_source
*source;
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
261
struct
android_poll_source
* source;
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c
261
struct
android_poll_source
* source;
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
459
android_poll_source
* source;
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
470
android_poll_source
* source;
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
473
struct
android_poll_source
* source;
Completed in 520 milliseconds