Home
last modified time | relevance | path

Searched refs:ALOGD (Results 1 – 25 of 25) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanPreTransformCtsActivity.cpp27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
46 ALOGD("jboolean setPreTransform = %d", setPreTransform); in createNativeTest()
54 ALOGD("Hardware not supported for this test"); in createNativeTest()
Dandroid_graphics_cts_VulkanFeaturesTest.cpp29 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
119 ALOGD("vpGetPhysicalDeviceProfileSupport fail, result = %d", result); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
123 ALOGD("vpGetPhysicalDeviceProfileSupport fail, supported = %d", supported); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
216 ALOGD("vpGetPhysicalDeviceProfileSupport fail, result = %d", result); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
220 ALOGD("vpGetPhysicalDeviceProfileSupport fail, supported = %d", supported); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
DVulkanPreTransformTestHelpers.cpp31 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
182 ALOGD("No physical device available"); in init()
270 ALOGD("Vulkan Surface Capabilities:\n"); in init()
271 ALOGD("\timage count: %u - %u\n", surfaceCapabilities.minImageCount, in init()
273 ALOGD("\tarray layers: %u\n", surfaceCapabilities.maxImageArrayLayers); in init()
274 ALOGD("\timage size (now): %dx%d\n", surfaceCapabilities.currentExtent.width, in init()
276 ALOGD("\timage size (extent): %dx%d - %dx%d\n", surfaceCapabilities.minImageExtent.width, in init()
279 ALOGD("\tusage: %x\n", surfaceCapabilities.supportedUsageFlags); in init()
280 ALOGD("\tcurrent transform: %u\n", surfaceCapabilities.currentTransform); in init()
281 ALOGD("\tallowed transforms: %x\n", surfaceCapabilities.supportedTransforms); in init()
[all …]
Dandroid_graphics_cts_AImageDecoderTest.cpp39 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
89 ALOGD("Testing %s", file); in openAsset()
DVulkanProfiles.cpp34 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp26 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
200 ALOGD("logbytes(%d): %s", count, logBuff); in logBytes()
233 ALOGD("matchStream() out-of-bounds @%d", mReceiveStreamPos); in matchStream()
240 ALOGD("matched active sensing message"); in matchStream()
244 ALOGD("skipping active sensing message"); in matchStream()
249 ALOGD("skipping warm-up message"); in matchStream()
256 ALOGD("---- mismatch @%d [rec:0x%X : exp:0x%X]", in matchStream()
270 ALOGD("Mismatched Received Data:"); in matchStream()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DGlitchAnalyzer.h75 ALOGD("ERROR - signal to noise ratio is too low! < %d dB. Adjust volume.", in getSignalToNoiseDB()
122 ALOGD("st = %d, #gl = %3d,", mState, mGlitchCount); in printStatus()
251 ALOGD("phase glitch detected, phaseOffset = %g", phaseOffset); in processInputFrame()
255 ALOGD("magnitude glitch detected, mMagnitude = %g", mMagnitude); in processInputFrame()
DLatencyAnalyzer.h43 #ifndef ALOGD
44 #define ALOGD LOGD macro
265 ALOGD("Correlation, %d, %f", index, correlations[index]); in measureLatencyFromPulse()
549 ALOGD("latency: st = %d = %s", mState, convertStateToText(mState)); in printStatus()
/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp573 ALOGD("EVENT_PROVISION_REQUIRED received"); in listener()
576 ALOGD("EVENT_KEY_REQUIRED received"); in listener()
579 ALOGD("EVENT_KEY_EXPIRED received"); in listener()
583 ALOGD("EVENT_VENDOR_DEFINED received"); in listener()
586 ALOGD("EVENT_SESSION_RECLAIMED received"); in listener()
589 ALOGD("Unknown event received"); in listener()
599 ALOGD("Updates new expiration time to %" PRId64 " ms", expiryTimeInMS); in onExpirationUpdateListener()
622 ALOGD("Number of keys changed=%zd", numKeys); in onKeysChangeListener()
629 ALOGD("key[%zd]: key: %0x, %0x, %0x", i, keyStatus.keyId.ptr[0], keyStatus.keyId.ptr[1], in onKeysChangeListener()
631 ALOGD("key[%zd]: key type=%d", i, keyStatus.keyType); in onKeysChangeListener()
[all …]
/cts/tests/media/jni/
DNativeExtractorTest.cpp96 ALOGD(" MediaType: %s mismatch for sample: %d", refMediaType, frameCount); in isMediaSimilar()
97 ALOGD(" flags exp/got: %d / %d", refSampleInfo.flags, testSampleInfo.flags); in isMediaSimilar()
98 ALOGD(" size exp/got: %d / %d ", refSampleInfo.size, testSampleInfo.size); in isMediaSimilar()
99 ALOGD(" ts exp/got: %" PRId64 " / %" PRId64 "", in isMediaSimilar()
107 ALOGD("MediaType: %s Size exp/got: %d / %zd ", mediaType, refSampleInfo.size, in isMediaSimilar()
115 ALOGD("MediaType: %s Size exp/got: %d / %zd ", mediaType, testSampleInfo.size, in isMediaSimilar()
122 ALOGD("MediaType: %s TrackID exp/got: %zu / %d", mediaType, refTrackID, in isMediaSimilar()
129 ALOGD("MediaType: %s TrackID exp/got %zd / %d : ", mediaType, testTrackID, in isMediaSimilar()
135 ALOGD("MediaType: %s Mismatch in sample data", mediaType); in isMediaSimilar()
142 ALOGD("MediaType: %s Mismatch in sampleCount", mediaType); in isMediaSimilar()
[all …]
DNativeExtractorUnitTest.cpp337 ALOGD("offset:%lld, video_sample_offsets[%d]:%lld", in nativeTestVideoSampleFileOffsetByGetSampleFormat()
343 ALOGD("error: sample-file-offset not found"); in nativeTestVideoSampleFileOffsetByGetSampleFormat()
375 ALOGD("offset:%lld, audio_sample_offsets[%d]:%lld", in nativeTestAudioSampleFileOffsetByGetSampleFormat()
DNativeCodecDecoderTestCommon.cpp385 ALOGD("Input format is same as default for format for %s", decoder); in testSimpleDecode()
453 ALOGD("Input format is same as default for format for %s", decoder); in testFlush()
589 ALOGD("Input format is same as default for format for %s", decoder); in testSimpleDecodeQueueCSD()
DNativeMuxerTest.cpp465 ALOGD("flags this:%u, that:%u", thisInfo->flags, thatInfo->flags); in isSubsetOf()
469 ALOGD("size this:%d, that:%d", thisInfo->size, thatInfo->size); in isSubsetOf()
473 ALOGD("memcmp failed"); in isSubsetOf()
478 ALOGD("time this:%lld, that:%lld", in isSubsetOf()
DNativeCodecEncoderTest.cpp598 ALOGD("mNumSyncFramesReceived %d", mNumSyncFramesReceived); in testSetForceSyncFrame()
/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp34 #define ALOGD(msg, ...) \ macro
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.h28 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro
DNativeAudioAnalyzer.cpp338 ALOGD("stopAudio() , minNumFrames = %d, maxNumFrames = %d\n", mMinNumFrames, mMaxNumFrames); in stopAudio()
/cts/hostsidetests/graphics/gpuprofiling/app/jni/
Dandroid_graphics_cts_GpuRenderStages.cpp32 #define ALOGD(msg, ...) \ macro
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp35 #define ALOGD(msg, ...) \ macro
/cts/tests/surfacecontrol/jni/
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp40 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
201 ALOGD("Test start time = %ld", std::chrono::nanoseconds{start}); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture()
202 ALOGD("VsyncCallback frameTime = %ld", cb1.frameTime); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture()
205 ALOGD("\tframe timeline #%d: deadline = %ld", i, deadline); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture()
Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp33 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp32 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
84 ALOGD("Testing %s", file); in openAsset()
/cts/tests/tests/media/audio/jni/
Daudio-track-native.cpp319 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex); in logBufferState()
Daudio-record-native.cpp365 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex); in logBufferState()
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp645 ALOGD("nativeTestNonTunneledTrickPlay"); in Java_android_media_decoder_cts_DecodeOnlyTest_nativeTestNonTunneledTrickPlay()