Home
last modified time | relevance | path

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

12

/third_party/mbedtls/port/src/
Dtls_client.c29 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_defaults error, return -0x%x.", -ret); in MbedtlsClientContext()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DNDKExtractor.cpp29 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("dequeueOutputBuffer: output outputFormat changed"); in decode()
[all …]
DFFMpegExtractor.cpp205 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("Frame size: %d", params->frame_size); in printCodecParameters()
DAAssetDataSource.cpp48 LOGD("Opened %s, size %ld", filename, assetSize); in newFromCompressedAsset()
/third_party/skia/third_party/externals/oboe/samples/shared/
DDefaultAudioStreamCallback.h96 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/
Dunused.h92 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/
Dnative-lib.cpp49 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/opensles/
DAudioOutputStreamOpenSLES.cpp264 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()
DAudioInputStreamOpenSLES.cpp216 LOGD("AudioInputStreamOpenSLES::%s()", __func__); in close()
234 LOGD("AudioInputStreamOpenSLES::%s(%u)", __func__, newState); in setRecordState_l()
252 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStart()
296 LOGD("AudioInputStreamOpenSLES(): %s() called", __func__); in requestStop()
DAudioStreamOpenSLES.cpp97 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/common/
DOboeDebug.h35 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro
38 #define LOGD(...) macro
DAudioStream.cpp46 LOGD("AudioStream::%s() scheduler = %s", __func__, in checkScheduler()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Dandroid_debug.h25 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro
34 #define LOGD(...) macro
DOboeStreamCallbackProxy.cpp84 LOGD("OboeStreamCallbackProxy::%s(%p, %d) called", __func__, audioStream, error); in onErrorBeforeClose()
91 LOGD("OboeStreamCallbackProxy::%s(%p, %d) called", __func__, audioStream, error); in onErrorAfterClose()
DOboeTesterStreamCallback.cpp31 LOGD("callback CPU scheduler = 0x%08x = %s", in printScheduler()
DNativeAudioContext.cpp96 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()
Djni-bridge.cpp130LOGD("OboeAudioStream_openNative: sampleRate = %d, framesPerBurst = %d", sampleRate, framesPerBurs… 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/samples/debug-utils/
Dlogging_macros.h27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro
37 #define LOGD(...) macro
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h27 #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/aaudio/
DAudioStreamAAudio.cpp64 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/
DHelloOboeEngine.cpp83 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/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
Dlogging.h25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__)) macro
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_hilog.h21 #define LOGD(fmt, ...) \ macro
/third_party/mbedtls/port/include/
Dmbedtls_log.h41 #define LOGD(fmt, ...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##__VA_ARGS__) macro
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp162 LOGD("Tap time %" PRId64 ", tap window time: %" PRId64, tapTimeInMillis, tapWindowInMillis); in getTapResult()

12