Searched refs:LOGV (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/android/third_party/ |
D | android_native_app_glue.c | 34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__)) macro 36 # define LOGV(...) ((void)0) macro 69 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d " in print_cur_config() 92 LOGV("APP_CMD_INPUT_CHANGED\n"); in android_app_pre_exec_cmd() 99 LOGV("Attaching input queue to looper"); in android_app_pre_exec_cmd() 109 LOGV("APP_CMD_INIT_WINDOW\n"); in android_app_pre_exec_cmd() 117 LOGV("APP_CMD_TERM_WINDOW\n"); in android_app_pre_exec_cmd() 125 LOGV("activityState=%d\n", cmd); in android_app_pre_exec_cmd() 133 LOGV("APP_CMD_CONFIG_CHANGED\n"); in android_app_pre_exec_cmd() 140 LOGV("APP_CMD_DESTROY\n"); in android_app_pre_exec_cmd() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/ |
D | android_native_app_glue.c | 34 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__)) macro 36 # define LOGV(...) ((void)0) macro 69 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d " in print_cur_config() 92 LOGV("APP_CMD_INPUT_CHANGED\n"); in android_app_pre_exec_cmd() 99 LOGV("Attaching input queue to looper"); in android_app_pre_exec_cmd() 109 LOGV("APP_CMD_INIT_WINDOW\n"); in android_app_pre_exec_cmd() 117 LOGV("APP_CMD_TERM_WINDOW\n"); in android_app_pre_exec_cmd() 125 LOGV("activityState=%d\n", cmd); in android_app_pre_exec_cmd() 133 LOGV("APP_CMD_CONFIG_CHANGED\n"); in android_app_pre_exec_cmd() 140 LOGV("APP_CMD_DESTROY\n"); in android_app_pre_exec_cmd() [all …]
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | OboeDebug.h | 34 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGV(...) macro
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | android_debug.h | 24 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 33 #define LOGV(...) macro
|
/third_party/skia/third_party/externals/oboe/samples/debug-utils/ |
D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 36 #define LOGV(...) macro
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, MODULE_NAME, __VA_ARGS__) macro 36 #define LOGV(...) macro
|
/third_party/skia/third_party/externals/oboe/samples/shared/ |
D | DefaultAudioStreamCallback.h | 132 LOGV("Thread affinity set"); in setThreadAffinity()
|