/external/conscrypt/src/compat/native/ |
D | log_compat.h | 5 #define ALOGV(...) \ macro
|
D | JNIHelp.cpp | 74 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
|
/external/chromium_org/third_party/hwcplus/include/log/ |
D | log.h | 80 #ifndef ALOGV 82 #define ALOGV(...) ((void)0) macro 84 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 27 #define ALOGV SkDebugf macro 29 #define ALOGV(x, ...) macro 612 ALOGV("Move to pos %f %f", pts[0].x(), pts[0].y()); in ConvexPathPerimeterVertices() 615 ALOGV("Close at pos %f %f", pts[0].x(), pts[0].y()); in ConvexPathPerimeterVertices() 618 ALOGV("kLine_Verb %f %f -> %f %f", in ConvexPathPerimeterVertices() 625 ALOGV("kQuad_Verb"); in ConvexPathPerimeterVertices() 633 ALOGV("kCubic_Verb"); in ConvexPathPerimeterVertices()
|
/external/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 27 #define ALOGV SkDebugf macro 29 #define ALOGV(x, ...) macro 612 ALOGV("Move to pos %f %f", pts[0].x(), pts[0].y()); in ConvexPathPerimeterVertices() 615 ALOGV("Close at pos %f %f", pts[0].x(), pts[0].y()); in ConvexPathPerimeterVertices() 618 ALOGV("kLine_Verb %f %f -> %f %f", in ConvexPathPerimeterVertices() 625 ALOGV("kQuad_Verb"); in ConvexPathPerimeterVertices() 633 ALOGV("kCubic_Verb"); in ConvexPathPerimeterVertices()
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 203 ALOGV("%s releasing wake lock.", __func__); in alarm_service_reschedule() 211 ALOGV("%s no more alarms.", __func__); in alarm_service_reschedule() 229 ALOGV("%s acquired wake lock, setting short alarm (%lldms).", __func__, ticks_in_millis); in alarm_service_reschedule() 243 ALOGV("%s set long alarm (%lldms), releasing wake lock.", __func__, ticks_in_millis); in alarm_service_reschedule()
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 1074 ALOGV("Alternative lingware path %s", pico_alt_lingware_path); in init() 1078 ALOGV("Using predefined lingware path %s", pico_alt_lingware_path); in init() 1228 ALOGV("TtsEngine::isLanguageAvailable called with unsupported language"); in isLanguageAvailable() 1618 ALOGV("Synth loop: sending TTS_SYNTH_DONE after error"); in synthesizeText() 1627 ALOGV("Synth loop: sending TTS_SYNTH_DONE after all done, or was asked to stop"); in synthesizeText()
|
/external/chromium_org/third_party/hwcplus/src/ |
D | hardware.c | 128 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p", in load()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1206 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro 1208 #define ALOGV(...) macro 1607 ALOGV("Encoder drop frame - failed callback."); in EncodeOnCodecThread() 1636 ALOGV("Drop frame - encoder is behind by %d ms. Q size: %d", in EncodeOnCodecThread() 1648 ALOGV("Encoder drop frame - no input buffers available"); in EncodeOnCodecThread() 1657 ALOGV("Encode frame # %d. Buffer # %d. TS: %lld.", in EncodeOnCodecThread() 1817 ALOGV("Encoder got output buffer # %d. Size: %d. TS: %lld. Latency: %lld." in DeliverPendingOutputs() 2312 ALOGV("Wait for output..."); in DecodeOnCodecThread() 2347 ALOGV("Decoder frame in # %d. Buffer # %d. Size: %d", in DecodeOnCodecThread() 2475 ALOGV("Decoder frame out # %d. %d x %d. %d x %d. Color: 0x%x. Size: %d." in DeliverPendingOutputs()
|
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 62 #define FNLOG() ALOGV("%s", __FUNCTION__); 63 #define DEBUG(fmt, ...) ALOGV("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
|
/external/jhead/ |
D | jhead.c | 118 ALOGV("Nonfatal Error : "); in ErrNonfatal() 119 ALOGV(msg, a1, a2); in ErrNonfatal()
|
D | jpgfile.c | 541 ALOGV("Cannot parse JPEG sections for file: %s", FileName); in ReadJpegFile()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_pan.c | 624 ALOGV("%s pan connection open status: %d", __func__, p_data->open.status); in bta_pan_callback_transfer()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 72 #define ALOGV(...) \ macro 681 ALOGV("%s: ssl=%p: %s", message, ssl, sslErrorStr); in throwSSLExceptionWithSslErrors() 739 ALOGV("%s", allocStr); in throwSSLExceptionWithSslErrors()
|