/cts/suite/audio_quality/lib/src/audio/ |
D | AudioLocal.cpp | 22 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()
|
D | AudioPlaybackLocal.cpp | 45 LOGV("AudioPlaybackLocal %x", (unsigned int)this); in AudioPlaybackLocal() 50 LOGV("~AudioPlaybackLocal %x", (unsigned int)this); in ~AudioPlaybackLocal() 92 LOGV("AudioPlaybackLocal::doPlaybackOrRecord %d", buffer->amountHandled()); in doPlaybackOrRecord() 111 LOGV("releaseHw %x", (unsigned int)this); in releaseHw()
|
D | AudioRecordingLocal.cpp | 32 LOGV("AudioRecordingLocal %x", (unsigned int)this); in AudioRecordingLocal() 37 LOGV("~AudioRecordingLocal %x", (unsigned int)this); in ~AudioRecordingLocal() 88 LOGV("AudioRecordingLocal::doPlaybackOrRecord %d", buffer->amountHandled()); in doPlaybackOrRecord() 100 LOGV("releaseHw %x", (unsigned int)this); in releaseHw()
|
D | AudioHardware.cpp | 51 LOGV("pmatch 0: %d, %d 1:%d, %d 2:%d, %d", in detectAudioHw()
|
D | RemoteAudio.cpp | 158 LOGV("waitForCompletion %d", timeInMSec); in waitForCompletion()
|
/cts/suite/audio_quality/test/ |
D | AudioPlayTestCommon.h | 47 LOGV("~AudioPlayTestCommon"); in ~AudioPlayTestCommon() 59 LOGV("AudioPlayTestCommon::TearDown"); in TearDown() 69 LOGV("size %d, handled %d", mBuffer->getSize(), mBuffer->amountHandled()); in playAll()
|
D | AudioLocalTest.cpp | 50 LOGV("doPrepare"); in doPrepare() 60 LOGV("doStop"); in doStop()
|
D | LogTest.cpp | 40 LOGV( "logv %d %d %d %d %d %d", 0, 1, 2, 3, 4, 5); in TEST_F() 53 LOGV( "logv %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
|
D | AudioRecordPlayTestCommon.h | 77 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/tests/hardware/src/android/hardware/cts/ |
D | CameraGLTest.java | 67 private static final boolean LOGV = false; field in CameraGLTest 92 if (LOGV) Log.v(TAG, "CameraGLTest Constructor"); in CameraGLTest() 158 if (LOGV) Log.v(TAG, "Shutting down camera"); in terminateMessageLooper() 169 if (LOGV) Log.v(TAG, "Shutdown of camera complete."); in terminateMessageLooper() 176 if (LOGV) Log.v(TAG, "PreviewCallback"); in onPreviewFrame() 190 if (LOGV) Log.v(TAG, "SurfaceTextureCallback"); in onFrameAvailable() 213 if (LOGV) Log.v(TAG, "SurfaceTextureBurstCallback stopping preview."); in onFrameAvailable() 525 if (LOGV) { 552 if (LOGV) Log.v(TAG, "Starting preview"); 706 if (LOGV) Log.v(TAG, "onSurfaceChanged()"); in onSurfaceChanged() [all …]
|
D | CameraTest.java | 63 private static final boolean LOGV = false; field in CameraTest 108 if (LOGV) Log.v(TAG, "Camera Constructor"); in CameraTest() 151 if (LOGV) Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper() 187 if (LOGV) { in calculateBufferSize() 204 if (LOGV) { in calculateBufferSize() 238 if (LOGV) Log.v(TAG, "notify the preview callback"); in onPreviewFrame() 240 if (LOGV) Log.v(TAG, "Preview callback stop"); in onPreviewFrame() 248 if (LOGV) Log.v(TAG, "onShutter called"); in onShutter() 256 if (LOGV) Log.v(TAG, "RawPictureCallback callback"); in onPictureTaken() 273 if (LOGV) { in onPictureTaken() [all …]
|
/cts/suite/audio_quality/lib/include/ |
D | Log.h | 60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) macro
|
/cts/suite/audio_quality/lib/src/ |
D | SimpleScriptExec.cpp | 47 LOGV("re match %s", match.string()); in checkIfPassed()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskProcess.cpp | 240 LOGV("TaskProcess::runBuiltin return %d", result); in doRun() 246 LOGV("TaskProcess::parseParams will parse %s", str); in parseParams() 289 LOGV("TaskProcess::parseParams %d-th type %d", i, list[i].getType()); in parseParams()
|
D | TaskCase.cpp | 74 LOGV("registerGeneric key %s already registered", name.string()); in registerGeneric()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 46866 static final boolean LOGV 80782 public static final boolean LOGV
|