Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 16 of 16) sorted by relevance

/cts/suite/audio_quality/lib/src/audio/
DAudioLocal.cpp22 LOGV("prepare"); in prepare()
43 LOGV("startPlaybackOrRecord"); in startPlaybackOrRecord()
69 LOGV("stopPlaybackOrRecord"); in stopPlaybackOrRecord()
96 LOGV("~AudioLocal"); in ~AudioLocal()
107 LOGV("AudioLocal"); in AudioLocal()
119 LOGV("repeat %d - %d", mCurrentRepeat, mNumberRepetition); in threadLoop()
121 LOGV("AudioLocal complete command"); in threadLoop()
DAudioRecordingLocal.cpp32 LOGV("AudioRecordingLocal %x", (unsigned long)this); in AudioRecordingLocal()
37 LOGV("~AudioRecordingLocal %x", (unsigned long)this); in ~AudioRecordingLocal()
88 LOGV("AudioRecordingLocal::doPlaybackOrRecord %d", buffer->amountHandled()); in doPlaybackOrRecord()
100 LOGV("releaseHw %x", (unsigned long)this); in releaseHw()
DAudioPlaybackLocal.cpp45 LOGV("AudioPlaybackLocal %x", (unsigned long)this); in AudioPlaybackLocal()
50 LOGV("~AudioPlaybackLocal %x", (unsigned long)this); in ~AudioPlaybackLocal()
92 LOGV("AudioPlaybackLocal::doPlaybackOrRecord %d", buffer->amountHandled()); in doPlaybackOrRecord()
111 LOGV("releaseHw %x", (unsigned long)this); in releaseHw()
DAudioHardware.cpp55 LOGV("pmatch 0: %d, %d 1:%d, %d 2:%d, %d", in detectAudioHw()
DRemoteAudio.cpp158 LOGV("waitForCompletion %d", timeInMSec); in waitForCompletion()
/cts/suite/audio_quality/test/
DAudioPlayTestCommon.h47 LOGV("~AudioPlayTestCommon"); in ~AudioPlayTestCommon()
59 LOGV("AudioPlayTestCommon::TearDown"); in TearDown()
69 LOGV("size %d, handled %d", mBuffer->getSize(), mBuffer->amountHandled()); in playAll()
DAudioLocalTest.cpp50 LOGV("doPrepare"); in doPrepare()
60 LOGV("doStop"); in doStop()
DLogTest.cpp39 LOGV( "logv %d %d %d %d %d %d", 0, 1, 2, 3, 4, 5); in TEST_F()
54 LOGV( "logv " PrintABCDEF, a, b, c, d, e, f); in TEST_F()
DAudioRecordPlayTestCommon.h77 LOGV("Audio playback buffer size %d, handled %d", mBufferPlayback->getSize(), in PlayAndRecord()
80 LOGV("Audio recording buffer size %d, handled %d", mBufferRecording->getSize(), in PlayAndRecord()
/cts/tests/vr/jni/
DVrExtensionsJni.cpp30 #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/
DCameraGLTest.java64 private static final boolean LOGV = false; field in CameraGLTest
163 if (LOGV) Log.v(TAG, "Shutting down camera"); in terminateMessageLooper()
176 if (LOGV) Log.v(TAG, "Shutdown of camera complete."); in terminateMessageLooper()
183 if (LOGV) Log.v(TAG, "PreviewCallback"); in onPreviewFrame()
196 if (LOGV) Log.v(TAG, "SurfaceTextureCallback"); in onFrameAvailable()
219 if (LOGV) Log.v(TAG, "SurfaceTextureBurstCallback stopping preview."); in onFrameAvailable()
543 if (LOGV) {
570 if (LOGV) Log.v(TAG, "Starting preview");
735 if (LOGV) Log.v(TAG, "onSurfaceChanged()"); in onSurfaceChanged()
744 if (LOGV) Log.v(TAG, "onSurfaceCreated()"); in onSurfaceCreated()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp241 LOGV("TaskProcess::runBuiltin return %d", result); in doRun()
247 LOGV("TaskProcess::parseParams will parse %s", str); in parseParams()
291 LOGV("TaskProcess::parseParams %d-th type %d", i, list[i].getType()); in parseParams()
DTaskCase.cpp74 LOGV("registerGeneric key %s already registered", name.string()); in registerGeneric()
/cts/suite/audio_quality/lib/include/
DLog.h60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) macro
/cts/suite/audio_quality/lib/src/
DSimpleScriptExec.cpp47 LOGV("re match %s", match.string()); in checkIfPassed()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp27 #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()