Home
last modified time | relevance | path

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

/external/conscrypt/src/compat/native/
Dlog_compat.h11 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro
13 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro
DJNIHelp.cpp74 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
/external/drm_gralloc/
Dgralloc_drm_rockchip.c75 ALOGV("Got handle %d for fd %d\n", gem_handle, handle->prime_fd); in drm_gem_rockchip_alloc()
99 ALOGV("Got fd %d for handle %d\n", handle->prime_fd, gem_handle); in drm_gem_rockchip_alloc()
/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/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/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/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp810 ALOGV("%s: ssl=%p: %s", message, ssl, sslErrorStr); in throwSSLExceptionWithSslErrors()
869 ALOGV("%s", allocStr); in throwSSLExceptionWithSslErrors()