/external/fastrpc/src/ |
D | fastrpc_apps_user.c | 97 FARF(ALWAYS, "%s: sc 0x%x", (k), (sc)); } \ 278 FARF(ALWAYS, "Unsupported: rpc latency thread exited"); in fastrpc_latency_thread_handler() 310 FARF(ALWAYS, "latency thread joined"); in fastrpc_latency_deinit() 330 FARF(ERROR, "Error 0x%x: setting remote user thread parameters failed !", nErr); in fastrpc_set_remote_uthread_params() 366 FARF(ERROR,"Error %x: remote register fd fails for fd %x, size %x\n", nErr, fd, size); in remote_register_fd_attr() 433 … FARF(ERROR, "Error %x: remote_register_buf failed buf %p, size %d, fd %x", nErr, buf, size, fd); in remote_register_buf_common() 451 FARF(ERROR, "Error: %s failed, unsupported attribute 0x%x", __func__, attr); in remote_register_dma_handle_attr() 485 FARF(ERROR, "Error: %s: DMA handle list is already full (count %d)", __func__, dma_handle_count); in remote_register_dma_handle_attr() 499 …FARF(ERROR, "Error 0x%x: %s failed for fd 0x%x, len %d, attr 0x%x", nErr, __func__, fd, len, attr); in remote_register_dma_handle_attr() 550 …FARF(ERROR,"Error %x: Mismatch in buffer address(%p) or size(%x) to the registered FD(%x), address… in fdlist_fd_from_buf() [all …]
|
D | mod_table.c | 203 FARF(HIGH, "open_mod_table_open_static_override"); in open_mod_table_open_static_override() 209 FARF(HIGH, "open_mod_table_open_static"); in open_mod_table_open_static() 297 FARF(HIGH, "allocated %x", *ph); in open_mod_handle_open() 305 FARF(HIGH, "releasing %x", h); in open_mod_handle_close() 326 FARF(HIGH, "parse_uri %s %d", uri, urilen); in parse_uri() 340 FARF(HIGH, "file:%.*s %d", out->filelen, out->file, out->filelen); in parse_uri() 346 FARF(HIGH, "sym:%.*s %d", out->symlen, out->sym, out->symlen); in parse_uri() 378 FARF(HIGH, "parse_uri file: %.*s", out->filelen, out->file); in parse_uri() 381 FARF(HIGH, "parse_uri sym: %.*s", out->symlen, out->sym); in parse_uri() 384 FARF(HIGH, "parse_uri version: %.*s", out->verlen, out->ver); in parse_uri() [all …]
|
D | listener_android.c | 163 FARF(HIGH, "listener using ion heap: %d flags: %x\n", (int)heapid, (int)flags); in listener() 229 FARF(HIGH, "adsp_listener_invoke_get_in_bufs failed %x\n", result); in listener() 278 …FARF(HIGH, "listener using ion heap: %d flags: %x cache: %lld\n", (int)heapid, (int)flags, cache_s… in listener2() 287 FARF(HIGH, "responding message for %x %x %x %x", ctx, handle, sc, result); in listener2() 291 FARF(HIGH, "got message for %x %x %x %x", ctx, handle, sc, nErr); in listener2() 307 FARF(HIGH, "rpcmem_realloc shrink failed"); in listener2() 320 FARF(ERROR, "rpcmem_realloc failed"); in listener2() 328 FARF(HIGH, "adsp_listener_invoke_get_in_bufs2 failed %x", result); in listener2() 333 FARF(HIGH, "adsp_listener_invoke_get_in_bufs2 failed %x", result); in listener2() 355 FARF(HIGH, "listener rpcmem_realloc shrink failed"); in listener2() [all …]
|
D | fastrpc_perf.c | 114 FARF(ALWAYS, "\nFastRPC dsp perf for handle 0x%x sc 0x%x\n", handle, sc); in get_perf_adsp() 122 FARF(ALWAYS, "fastrpc.dsp.%-20s : %lld \n", token, pdsp->data[ii]); in get_perf_adsp() 124 FARF(ALWAYS, "fastrpc.dsp.%-20s : %lld us\n", token, pdsp->data[ii]); in get_perf_adsp() 171 FARF(HIGH, "keys enable done maxLen %d numKeys %d", maxLen, numKeys); in perf_dsp_enable() 199 FARF(HIGH, "fastrpc perf init failed"); in fastrpc_perf_init()
|
D | platform_libs.c | 47 FARF(HIGH, "calling init for %s",pl->name); in pl_lib_init() 49 FARF(HIGH, "init for %s returned %x",pl->name, nErr); in pl_lib_init()
|
D | apps_std_imp.c | 238 FARF(HIGH, "freopen success: %s %x\n", name, stream); in __QAIC_IMPL() 310 FARF(HIGH, "fread returning %d %d 0", out, bufLen); in __QAIC_IMPL()
|
/external/fastrpc/inc/ |
D | verify.h | 80 #define VERIFY_IPRINTF(args...) FARF(VERIFY_LOW, args) 86 #define VERIFY_EPRINTF(args...) FARF(VERIFY_ERROR, args)
|
D | pls.h | 90 FARF(HIGH, "pls dtor %p", lst->dtor); in pls_thread_deinit() 136 FARF(HIGH, "pls added %p", dtor); in pls_add() 181 FARF(HIGH, "pls added %p", dtor); in pls_add_lookup_singleton()
|
D | HAP_farf.h | 100 #define FARF(x, ...) _FARF_PASTE(_FARF_,_FARF_VAL(FARF_##x))(x, ##__VA_ARGS__) macro
|