Searched refs:LOGV (Results 1 – 4 of 4) sorted by relevance
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 33 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__)) macro 35 # define LOGV(...) ((void)0) macro 68 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d " in print_cur_config() 91 LOGV("APP_CMD_INPUT_CHANGED\n"); in android_app_pre_exec_cmd() 98 LOGV("Attaching input queue to looper"); in android_app_pre_exec_cmd() 108 LOGV("APP_CMD_INIT_WINDOW\n"); in android_app_pre_exec_cmd() 116 LOGV("APP_CMD_TERM_WINDOW\n"); in android_app_pre_exec_cmd() 124 LOGV("activityState=%d\n", cmd); in android_app_pre_exec_cmd() 132 LOGV("APP_CMD_CONFIG_CHANGED\n"); in android_app_pre_exec_cmd() 139 LOGV("APP_CMD_DESTROY\n"); in android_app_pre_exec_cmd() [all …]
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
D | native-media-jni.c | 35 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro 145 LOGV("EOS was processed\n"); in AndroidBufferQueueCallback() 169 LOGV("Dropping last packet because it is not whole"); in AndroidBufferQueueCallback() 208 LOGV("StreamChangeCallback called for stream %u", streamIndex); in StreamChangeCallback() 228 LOGV("Found video size %u x %u, codec ID=%u, frameRate=%u, bitRate=%u, duration=%u ms", in StreamChangeCallback() 288 LOGV("Dropping last packet because it is not whole"); in enqueueInitialBuffers() 291 LOGV("Initially queueing %zu packets", packetsRead); in enqueueInitialBuffers()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Log.h | 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) macro
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | Constants.java | 28 public static final boolean LOGV = false; field in Constants
|