OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOOPER_ID_USER
(Results
1 - 3
of
3
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
68
* identifiers starting with
LOOPER_ID_USER
.
209
LOOPER_ID_USER
= 3,
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
248
state->looper,
LOOPER_ID_USER
, NULL, NULL);
275
if (ident ==
LOOPER_ID_USER
) {
/external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
main.c
248
state->looper,
LOOPER_ID_USER
, NULL, NULL);
275
if (ident ==
LOOPER_ID_USER
) {
Completed in 167 milliseconds