Home
last modified time | relevance | path

Searched refs:ALOGV (Results 1 – 14 of 14) sorted by relevance

/external/conscrypt/src/compat/native/
Dlog_compat.h5 #define ALOGV(...) \ macro
DJNIHelp.cpp74 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
/external/chromium_org/third_party/hwcplus/include/log/
Dlog.h80 #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/
DAndroidPathRenderer.cpp27 #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/
DAndroidPathRenderer.cpp27 #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/
Dgki_ulinux.c203 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/
Dcom_svox_picottsengine.cpp1074 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/
Dhardware.c128 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/
Dpeerconnection_jni.cc1206 #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/
Daudio_a2dp_hw.c62 #define FNLOG() ALOGV("%s", __FUNCTION__);
63 #define DEBUG(fmt, ...) ALOGV("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
/external/jhead/
Djhead.c118 ALOGV("Nonfatal Error : "); in ErrNonfatal()
119 ALOGV(msg, a1, a2); in ErrNonfatal()
Djpgfile.c541 ALOGV("Cannot parse JPEG sections for file: %s", FileName); in ReadJpegFile()
/external/bluetooth/bluedroid/btif/src/
Dbtif_pan.c624 ALOGV("%s pan connection open status: %d", __func__, p_data->open.status); in bta_pan_callback_transfer()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp72 #define ALOGV(...) \ macro
681 ALOGV("%s: ssl=%p: %s", message, ssl, sslErrorStr); in throwSSLExceptionWithSslErrors()
739 ALOGV("%s", allocStr); in throwSSLExceptionWithSslErrors()