/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_VulkanPreTransformCtsActivity.cpp | 27 #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()
|
D | android_graphics_cts_VulkanFeaturesTest.cpp | 29 #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()
|
D | VulkanPreTransformTestHelpers.cpp | 31 #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 …]
|
D | android_graphics_cts_AImageDecoderTest.cpp | 39 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro 89 ALOGD("Testing %s", file); in openAsset()
|
D | VulkanProfiles.cpp | 34 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/cts/apps/CtsVerifier/jni/midi/ |
D | MidiTestManager.cpp | 26 #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/ |
D | GlitchAnalyzer.h | 75 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()
|
D | LatencyAnalyzer.h | 43 #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/ |
D | native-mediadrm-jni.cpp | 573 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/ |
D | NativeExtractorTest.cpp | 96 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 …]
|
D | NativeExtractorUnitTest.cpp | 337 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()
|
D | NativeCodecDecoderTestCommon.cpp | 385 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()
|
D | NativeMuxerTest.cpp | 465 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()
|
D | NativeCodecEncoderTest.cpp | 598 ALOGD("mNumSyncFramesReceived %d", mNumSyncFramesReceived); in testSetForceSyncFrame()
|
/cts/hostsidetests/graphics/gpuprofiling/app/ |
D | android_graphics_cts_GpuCounters.cpp | 34 #define ALOGD(msg, ...) \ macro
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | NativeAudioAnalyzer.h | 28 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro
|
D | NativeAudioAnalyzer.cpp | 338 ALOGD("stopAudio() , minNumFrames = %d, maxNumFrames = %d\n", mMinNumFrames, mMaxNumFrames); in stopAudio()
|
/cts/hostsidetests/graphics/gpuprofiling/app/jni/ |
D | android_graphics_cts_GpuRenderStages.cpp | 32 #define ALOGD(msg, ...) \ macro
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 35 #define ALOGD(msg, ...) \ macro
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_surfacecontrol_cts_ChoreographerNativeTest.cpp | 40 #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()
|
D | android_window_cts_ASurfaceControlInputReceiverTest.cpp | 33 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 32 #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/ |
D | audio-track-native.cpp | 319 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex); in logBufferState()
|
D | audio-record-native.cpp | 365 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex); in logBufferState()
|
/cts/tests/tests/media/decoder/jni/ |
D | native-media-jni.cpp | 645 ALOGD("nativeTestNonTunneledTrickPlay"); in Java_android_media_decoder_cts_DecodeOnlyTest_nativeTestNonTunneledTrickPlay()
|