Searched refs:LOGV (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Log.h | 48 #ifndef LOGV 50 #define LOGV(...) ((void)0) macro 52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro 69 #define LOGVV LOGV
|
| H A D | Zip.c | 204 LOGV("Not a Zip archive (found 0x%08x)\n", val); in parseZipArchive() 435 LOGV("Opening archive '%s' %p\n", fileName, pArchive); in mzOpenZipArchive() 443 LOGV("Unable to open '%s': %s\n", fileName, strerror(err)); in mzOpenZipArchive() 455 LOGV("File '%s' too small to be zip (%zd)\n", fileName, map.length); in mzOpenZipArchive() 461 LOGV("Parsing '%s' failed\n", fileName); in mzOpenZipArchive() 484 LOGV("Closing archive %p\n", pArchive); in mzCloseZipArchive()
|
| H A D | SysUtil.c | 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Log.h | 48 #ifndef LOGV 50 #define LOGV(...) ((void)0) macro 52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro 69 #define LOGVV LOGV
|
| H A D | Zip.c | 204 LOGV("Not a Zip archive (found 0x%08x)\n", val); in parseZipArchive() 434 LOGV("Opening archive '%s' %p\n", fileName, pArchive); in mzOpenZipArchive() 442 LOGV("Unable to open '%s': %s\n", fileName, strerror(err)); in mzOpenZipArchive() 454 LOGV("File '%s' too small to be zip (%zd)\n", fileName, map.length); in mzOpenZipArchive() 460 LOGV("Parsing '%s' failed\n", fileName); in mzOpenZipArchive() 483 LOGV("Closing archive %p\n", pArchive); in mzCloseZipArchive()
|
| H A D | SysUtil.c | 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | common.h | 80 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__) 83 #define LOGV(...) do {} while (0) macro
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | log.h | 32 #define LOGV(...) Log(__FILE__, __LINE__, LOG_VERBOSE, ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/ |
| H A D | RkAiqAfdHandle.cpp | 132 LOGV("init: no thumb data, ignore!"); in preProcess()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/ |
| H A D | xcam_log.h | 185 #define LOGV(...) XCAM_MODULE_LOG_VERBOSE(XCORE_LOG_MODULE_XCORE, 0xff, ##__VA_ARGS__) macro 561 #define ALOGV LOGV
|