Home
last modified time | relevance | path

Searched refs:ALOGI (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp87 ALOGI("track %d format: %s", i, s); in testExtractor()
243 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
375 ALOGI("@@@@ native window: %p", window); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative()
395 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative()
473 ALOGI("input tracks: %d", numtracks); in Java_android_media_cts_NativeDecoderTest_testMuxerNative()
477 ALOGI("track %d format: %s", i, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative()
484 ALOGI("track %d -> %d format %s", i, tidx, s); in Java_android_media_cts_NativeDecoderTest_testMuxerNative()
587 ALOGI("null pssh"); in Java_android_media_cts_NativeDecoderTest_testPsshNative()
591 ALOGI("pssh has %zd entries", info->numentries); in Java_android_media_cts_NativeDecoderTest_testPsshNative()
598 ALOGI("entry uuid %02x%02x..%02x%02x, data size %zd", in Java_android_media_cts_NativeDecoderTest_testPsshNative()
[all …]
/cts/tests/tests/jni/libjnitest/
Dhelper.c61 ALOGI("running %s", name); in runJniTests()
/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
319 ALOGI("Starting TEST_CORRECT"); in TEST_F()
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DMatrix.cpp32 ALOGI("%c", *label); in print()
35 ALOGI("%f %f %f %f\n", d[0], d[1], d[2], d[3]); in print()
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) macro