| /third_party/mbedtls/port/src/ |
| H A D | tls_client.c | 29 LOGD("%s:%04d: %s.", file, line, str);
in SslDebug() 39 LOGD("verify peer certificate fail...");
in MbedtlsSslCertificateVerify() 42 LOGD("verification info: %s.", session->buffer);
in MbedtlsSslCertificateVerify() 62 LOGD("mbedtls_ctr_drbg_seed error, return -0x%x.", -ret);
in MbedtlsClientInit() 65 LOGD("mbedtls client struct init success...");
in MbedtlsClientInit() 81 LOGD("MbedTLS connection close success.");
in MbedtlsClientClose() 93 LOGD("mbedtls_x509_crt_parse error, return -0x%x.", -ret);
in MbedtlsClientContext() 97 LOGD("Loading the CA root certificate success...");
in MbedtlsClientContext() 103 LOGD("mbedtls_ssl_set_hostname error, return -0x%x", -ret);
in MbedtlsClientContext() 113 LOGD("mbedtls_ssl_config_default in MbedtlsClientContext() [all...] |
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
| H A D | NDKExtractor.cpp | 29 LOGD("Using NDK decoder"); in decode() 50 LOGD("Source sample rate %d", sampleRate); in decode() 65 LOGD("Got channel count %d", channelCount); in decode() 78 LOGD("Output format %s", formatStr); in decode() 82 LOGD("Got mime type %s", mimeType); in decode() 135 LOGD("End of extractor data stream"); in decode() 155 LOGD("Reached end of decoding stream"); in decode() 178 LOGD("dequeueOutputBuffer: try again later"); in decode() 181 LOGD("dequeueOutputBuffer: output buffers changed"); in decode() 184 LOGD("dequeueOutputBuffe in decode() [all...] |
| H A D | FFMpegExtractor.cpp | 205 LOGD("Channel layout %d", outChannelLayout); in decode() 236 LOGD("Bytes per sample %d", bytesPerSample); in decode() 238 LOGD("DECODE START"); in decode() 298 LOGD("DECODE END"); in decode() 308 LOGD("Stream properties"); in printCodecParameters() 309 LOGD("Channels: %d", params->channels); in printCodecParameters() 310 LOGD("Channel layout: %" PRId64, params->channel_layout); in printCodecParameters() 311 LOGD("Sample rate: %d", params->sample_rate); in printCodecParameters() 312 LOGD("Format: %s", av_get_sample_fmt_name((AVSampleFormat)params->format)); in printCodecParameters() 313 LOGD("Fram in printCodecParameters() [all...] |
| H A D | AAssetDataSource.cpp | 48 LOGD("Opened %s, size %ld", filename, assetSize); in newFromCompressedAsset()
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | log.h | 31 #define LOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, "%{public}s: " fmt, __func__, ##__VA_ARGS__) macro 71 LOGD(fmt, ##__VA_ARGS__); \ 81 LOGD(fmt, ##__VA_ARGS__); \ 91 LOGD(fmt, ##__VA_ARGS__); \ 101 LOGD(fmt, ##__VA_ARGS__); \ 111 LOGD(fmt, ##__VA_ARGS__); \ 121 LOGD(fmt, ##__VA_ARGS__); \ 130 #define LOGD(fmt, ...) macro
|
| /third_party/skia/third_party/externals/oboe/samples/shared/ |
| H A D | DefaultAudioStreamCallback.h | 96 LOGD("Thread affinity enabled: %s", (isEnabled) ? "true" : "false"); in setThreadAffinityEnabled() 119 LOGD("Binding to current CPU ID %d", current_cpu_id); in setThreadAffinity() 122 LOGD("Binding to %d CPU IDs", static_cast<int>(mCpuIds.size())); in setThreadAffinity() 125 LOGD("CPU ID %d added to cores set", cpu_id); in setThreadAffinity()
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/unused/ |
| H A D | unused.h | 89 // LOGD("LowPassFilter: cursor = %d\n", mCursor); 92 LOGD("ERROR: filter should return 0.0 before impulse response\n"); 98 LOGD("ERROR: filter should return impulse response\n"); 104 LOGD("ERROR: filter should return 0.0 after impulse response\n");
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| H A D | native-lib.cpp | 49 LOGD("cpu ids size: %d", static_cast<int>(cpuIds.size())); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine() 51 LOGD("Engine Started"); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine() 62 LOGD("Engine invalid, call startEngine() to create"); in Java_com_google_oboe_samples_megadrone_MainActivity_stopEngine()
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| H A D | OboeDebug.h | 35 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 38 #define LOGD(...) macro
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
| H A D | android_debug.h | 25 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 34 #define LOGD(...) macro
|
| H A D | OboeStreamCallbackProxy.cpp | 84 LOGD("OboeStreamCallbackProxy::%s(%p, %d) called", __func__, audioStream, error); in onErrorBeforeClose() 91 LOGD("OboeStreamCallbackProxy::%s(%p, %d) called", __func__, audioStream, error); in onErrorAfterClose()
|
| H A D | OboeTesterStreamCallback.cpp | 31 LOGD("callback CPU scheduler = 0x%08x = %s", in printScheduler()
|
| H A D | NativeAudioContext.cpp | 96 LOGD("ActivityContext::%s() delete stream %d ", __func__, streamIndex); in close() 131 LOGD("ActivityContext::open() set callback to use oboeCallbackProxy, callback size = %d", in configureBuilder() 232 LOGD("%s() - no streams defined", __func__); in start()
|
| H A D | jni-bridge.cpp | 130 LOGD("OboeAudioStream_openNative: sampleRate = %d, framesPerBurst = %d", sampleRate, framesPerBurst); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() 235 LOGD("OboeAudioStream_getNativeApi got %d", result); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getNativeApi() 504 LOGD("nativeSaveFile(%s)", str); in Java_com_google_sample_oboe_manualtest_TestInputActivity_saveWaveFile()
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
| H A D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
| /third_party/skia/third_party/externals/oboe/samples/debug-utils/ |
| H A D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
| /third_party/skia/third_party/externals/oboe/src/opensles/ |
| H A D | AudioOutputStreamOpenSLES.cpp | 264 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in setPlayState_l() 281 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestStart() 319 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestPause() 357 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestFlush_l() 376 LOGD("AudioOutputStreamOpenSLES(): %s() called", __func__); in requestStop()
|
| H A D | AudioInputStreamOpenSLES.cpp | 216 LOGD("AudioInputStreamOpenSLES::%s()", __func__); in close() 234 LOGD("AudioInputStreamOpenSLES::%s(%u)", __func__, newState); in setRecordState_l() 242 //LOGD("AudioInputStreamOpenSLES::%s(%u) returned %u", __func__, newState, slResult); in setRecordState_l() 252 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStart() 296 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStop()
|
| H A D | AudioStreamOpenSLES.cpp | 97 LOGD("AudioStreamOpenSLES:%s(%d) initial mFramesPerBurst = %d, mFramesPerCallback = %d", in configureBufferSizes() 118 LOGD("AudioStreamOpenSLES:%s() NOT low latency, set mFramesPerBurst = %d", in configureBufferSizes() 123 LOGD("AudioStreamOpenSLES:%s(%d) final mFramesPerBurst = %d, mFramesPerCallback = %d", in configureBufferSizes() 320 LOGD("Oboe callback returned Stop"); in processBufferCallback()
|
| /third_party/skia/third_party/externals/oboe/src/aaudio/ |
| H A D | AudioStreamAAudio.cpp | 64 LOGD("%s() - entering >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", __func__); in oboe_aaudio_error_thread_proc() 74 LOGD("%s() - exiting <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<", __func__); in oboe_aaudio_error_thread_proc() 189 LOGD("AudioStreamAAudio.open() capacity changed from %d to %d for lower latency", in open() 277 LOGD("AudioStreamAAudio.open() format=%d, sampleRate=%d, capacity = %d", in open() 283 LOGD("AudioStreamAAudio.open: AAudioStream_Open() returned %s", in open() 324 LOGD("Oboe callback returned DataCallbackResult::Stop"); in callOnAudioReady()
|
| /third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
| H A D | HelloOboeEngine.cpp | 83 LOGD("Buffer size successfully changed to %d", result.value()); in setBufferSizeInBursts() 147 LOGD("Stream opened: AudioAPI = %d, channelCount = %d, deviceID = %d", in start()
|
| /third_party/mindspore/test/utils/ |
| H A D | log.h | 28 #define LOGD(...) HiLogPrint(LOG_CORE, LOG_DEBUG, MSLITE_LOG_DOMAIN, "MS_LITE", __VA_ARGS__) macro
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
| H A D | logging.h | 25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__)) macro
|
| /third_party/mbedtls/port/include/ |
| H A D | mbedtls_log.h | 41 #define LOGD(fmt, ...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##__VA_ARGS__)
macro
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
| H A D | Game.cpp | 162 LOGD("Tap time %" PRId64 ", tap window time: %" PRId64, tapTimeInMillis, tapWindowInMillis); in getTapResult()
|