Searched refs:VERIFY_IPRINTF (Results 1 – 7 of 7) sorted by relevance
/external/fastrpc/inc/ |
D | verify.h | 66 #define VERIFY_IPRINTF(format, ...) __android_log_print(ANDROID_LOG_DEBUG , __progname, __V_FILE_LI… macro 80 #define VERIFY_IPRINTF(args...) FARF(VERIFY_LOW, args) macro 102 #define VERIFY_IPRINTF(format, ...) printf(__V_FILE_LINE__ format, ##__VA_ARGS__) macro 113 #define VERIFY_IPRINTF(format, ...) (void)0 macro 123 VERIFY_IPRINTF(":info: calling: " #val "\n");\ 129 VERIFY_IPRINTF(":info: passed: " #val "\n");\ 137 VERIFY_IPRINTF(":info: calling: " #val "\n");\ 143 VERIFY_IPRINTF(":info: passed: " #val "\n");\
|
D | verify_android.h | 38 #define VERIFY_IPRINTF(format) __android_log_print(ANDROID_LOG_DEBUG , "adsprpc", format) macro
|
/external/fastrpc/src/ |
D | log_config.c | 112 …VERIFY_IPRINTF("%s: #files: %d max_len: %d\n", log_config_watcher[dom].fileToWatch, filesToLogLen,… in parseLogConfig() 129 VERIFY_IPRINTF("%s: %s\n", log_config_watcher[dom].fileToWatch, filesToLog[i].data); in parseLogConfig() 181 VERIFY_IPRINTF("%s: Couldn't find file: %s\n",log_config_watcher[dom].fileToWatch, path); in readLogConfigFromPath() 209 …VERIFY_IPRINTF("%s: Config file %s contents: %s\n", log_config_watcher[dom].fileToWatch, path, buf… in readLogConfigFromPath() 214 VERIFY_IPRINTF("%s: Setting log mask:0x%x", log_config_watcher[dom].fileToWatch, mask); in readLogConfigFromPath() 224 …VERIFY_IPRINTF("%s: Setting log mask:0x%x, filename:%s", log_config_watcher[dom].fileToWatch, mask… in readLogConfigFromPath() 253 VERIFY_IPRINTF("Error %x: fopen failed for %s/%s. (%s)\n", nErr, base, file, strerror(ERRNO)); in readLogConfigFromPath() 275 …VERIFY_IPRINTF("%s: Watch descriptor %d not valid for current process", log_config_watcher[dom].fi… in readLogConfigFromEvent() 308 …VERIFY_IPRINTF("%s: Watch descriptor %d not valid for current process", log_config_watcher[dom].fi… in resetLogConfigFromEvent() 331 …VERIFY_IPRINTF("%s: Log config File %s found.\n", log_config_watcher[dom].fileToWatch, log_config_… in file_watcher_thread() [all …]
|
D | adsprpcd.c | 56 VERIFY_IPRINTF("adsp_default_listener_start called"); in main()
|
D | cdsprpcd.c | 56 VERIFY_IPRINTF("cdsp_default_listener_start called"); in main()
|
D | apps_std_imp.c | 224 VERIFY_IPRINTF("Error %x: fopen for %s failed. errno: %s\n", nErr, name, strerror(ERRNO)); in __QAIC_IMPL() 541 VERIFY_IPRINTF("Error %x: apps_std getenv failed: %s %s\n", nErr, name, strerror(ERRNO)); in __QAIC_IMPL() 749 VERIFY_IPRINTF("Error %x: fopen failed for %s. (%s)", nErr, name, strerror(ERRNO)); in __QAIC_IMPL()
|
D | fastrpc_apps_user.c | 610 VERIFY_IPRINTF("get_domain_from_name: %d\n", domain); in get_domain_from_name() 642 …VERIFY_IPRINTF("Error %x: hlist[domain].domainsupport && !hlist[domain].nondomainsupport\n",AEE_EB… in is_last_handle() 658 VERIFY_IPRINTF("Error %x: is_last_handle %d failed\n", nErr, domain); in is_last_handle()
|