Home
last modified time | relevance | path

Searched refs:VERIFY_IPRINTF (Results 1 – 7 of 7) sorted by relevance

/external/fastrpc/inc/
Dverify.h66 #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");\
Dverify_android.h38 #define VERIFY_IPRINTF(format) __android_log_print(ANDROID_LOG_DEBUG , "adsprpc", format) macro
/external/fastrpc/src/
Dlog_config.c112VERIFY_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()
209VERIFY_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()
224VERIFY_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()
275VERIFY_IPRINTF("%s: Watch descriptor %d not valid for current process", log_config_watcher[dom].fi… in readLogConfigFromEvent()
308VERIFY_IPRINTF("%s: Watch descriptor %d not valid for current process", log_config_watcher[dom].fi… in resetLogConfigFromEvent()
331VERIFY_IPRINTF("%s: Log config File %s found.\n", log_config_watcher[dom].fileToWatch, log_config_… in file_watcher_thread()
[all …]
Dadsprpcd.c56 VERIFY_IPRINTF("adsp_default_listener_start called"); in main()
Dcdsprpcd.c56 VERIFY_IPRINTF("cdsp_default_listener_start called"); in main()
Dapps_std_imp.c224 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()
Dfastrpc_apps_user.c610 VERIFY_IPRINTF("get_domain_from_name: %d\n", domain); in get_domain_from_name()
642VERIFY_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()