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 - 5
of
5
) 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
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) {
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
261
struct
android_poll_source
* source;
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c
261
struct
android_poll_source
* source;
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
473
struct
android_poll_source
* source;
Completed in 50 milliseconds