Searched refs:LOGV (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/ |
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() 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() 107 LOGV("APP_CMD_INIT_WINDOW\n"); in android_app_pre_exec_cmd() 115 LOGV("APP_CMD_TERM_WINDOW\n"); in android_app_pre_exec_cmd() 123 LOGV("activityState=%d\n", cmd); in android_app_pre_exec_cmd() 131 LOGV("APP_CMD_CONFIG_CHANGED\n"); in android_app_pre_exec_cmd() 138 LOGV("APP_CMD_DESTROY\n"); in android_app_pre_exec_cmd() [all …]
|
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 30 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE,LOG_TAG,__VA_ARGS__) macro 501 LOGV("Filtered Result: %8.8X Flags =%s", *middle_pixel, flag_string.str().c_str()); in testLinearMagnification() 574 LOGV(" Cleared Color: %8.8X", cleared_color); in testFramebufferBlending() 590 LOGV("Blending Result: %8.8X Flags =%s", *final_color, flag_string.str().c_str()); in testFramebufferBlending() 600 LOGV("EGL Extensions: %s", egl_exts); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer() 604 LOGV("OpenGL Extensions: %s", gl_exts); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer() 648 LOGV("Expected value for NoSrgb = %8.8X", kExpectedMiddlePixel_NoSrgb); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer() 649 LOGV("Expected value for Srgb = %8.8X", kExpectedMiddlePixel_LinearizeBeforeFiltering); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer() 670 LOGV("Expected value for NoSrgb = %8.8X", kExpectedBlendedPixel_NoSrgb); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer() 671 LOGV("Expected value for Srgb = %8.8X", kExpectedBlendedPixel_Srgb); in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestSrgbBuffer()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraGLTest.java | 66 private static final boolean LOGV = false; field in CameraGLTest 173 if (LOGV) Log.v(TAG, "Shutting down camera"); in terminateMessageLooper() 186 if (LOGV) Log.v(TAG, "Shutdown of camera complete."); in terminateMessageLooper() 193 if (LOGV) Log.v(TAG, "PreviewCallback"); in onPreviewFrame() 206 if (LOGV) Log.v(TAG, "SurfaceTextureCallback"); in onFrameAvailable() 229 if (LOGV) Log.v(TAG, "SurfaceTextureBurstCallback stopping preview."); in onFrameAvailable() 559 if (LOGV) { 586 if (LOGV) Log.v(TAG, "Starting preview"); 751 if (LOGV) Log.v(TAG, "onSurfaceChanged()"); in onSurfaceChanged() 760 if (LOGV) Log.v(TAG, "onSurfaceCreated()"); in onSurfaceCreated()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 27 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE,LOG_TAG,__VA_ARGS__) macro 74 LOGV("Native iteration %i, returned %i", i, (int)r); in Java_android_cts_rscpp_RSInitTest_initTest()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 49802 field @Deprecated public static final boolean LOGV = false;
|