Searched refs:ALOGV (Results 1 – 8 of 8) sorted by relevance
/external/conscrypt/src/compat/native/ |
D | log_compat.h | 11 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro 13 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro
|
D | JNIHelp.cpp | 74 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
|
/external/drm_gralloc/ |
D | gralloc_drm_rockchip.c | 75 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/ |
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/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/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/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 810 ALOGV("%s: ssl=%p: %s", message, ssl, sslErrorStr); in throwSSLExceptionWithSslErrors() 869 ALOGV("%s", allocStr); in throwSSLExceptionWithSslErrors()
|