/hardware/libhardware/include/hardware/ |
D | qemud.h | 39 #ifndef D 40 # define D(...) ((void)0) macro 75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno)); in qemud_channel_open() 81 D("no qemud control socket: %s", strerror(errno)); in qemud_channel_open() 87 D("can't send service name to qemud: %s", in qemud_channel_open() 96 D("cant' connect to %s service through qemud", name); in qemud_channel_open() 117 D("can't write qemud frame header: %s", strerror(errno)); in qemud_channel_send() 122 D("can4t write qemud frame payload: %s", strerror(errno)); in qemud_channel_send() 135 D("can't read qemud frame header: %s", strerror(errno)); in qemud_channel_recv() 140 D("malformed qemud frame header: '%.*s'", 4, header); in qemud_channel_recv() [all …]
|
D | qemu_pipe.h | 28 #ifndef D 29 # define D(...) do{}while(0) macro 70 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno)); in qemu_pipe_open() 79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno)); in qemu_pipe_open()
|
D | hardware.h | 32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
|
/hardware/libhardware_legacy/qemu/ |
D | qemu.c | 34 # define D(...) LOGD(__VA_ARGS__) macro 36 # define D(...) ((void)0) macro 84 D("no qemud pipe: %s", strerror(errno)); in qemu_channel_open_qemud_pipe() 104 D("no qemud control socket: %s", strerror(errno)); in qemu_channel_open_qemud() 110 D("can't send service name to qemud: %s", in qemu_channel_open_qemud() 119 D("cant' connect to %s service through qemud", name); in qemu_channel_open_qemud() 143 D("no '%s' control socket available: %s", in qemu_channel_open_qemud_old() 168 D("no kernel-provided %s device name", name); in qemu_channel_open_tty() 175 D("%s device name too long: '%s'", name, prop); in qemu_channel_open_tty() 295 D("%s: could not open control channel: %s", __FUNCTION__, in qemu_control_fd() [all …]
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
D | venc_test.cpp | 79 #define D(fmt, ...) LOGE("venc_test Debug %s::%d "fmt"\n", \ macro 90 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ macro 99 #define D(fmt, ...) macro 294 D("allocated pMem->fd = %d pvirt=0x%x, pMem->phys=0x%x, size = %d", pMem->pmem_fd, in PmemMalloc() 316 D("Going to state " # eState"..."); \ in SetState() 325 D("Now in state " # eState); \ in SetState() 441 D("Configuring H263..."); in ConfigureEncoder() 464 D("Configuring MP4/H264..."); in ConfigureEncoder() 479 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel); in ConfigureEncoder() 623 D("" # eState " complete"); \ in EVT_CB() [all …]
|
/hardware/msm7k/librpc/ |
D | clnt.c | 78 D("RPC-callback thread for %08x:%08x starting.\n", in cb_context() 91 D("RPC-callback thread for %08x:%08x: signalled but no data.\n", in cb_context() 111 D("%08x:%08x dispatching RPC call (XID %d, xdr %p) for " in cb_context() 127 D("%08x:%08x expecting XDR == NULL" in cb_context() 135 D("%08x:%08x cloning XDR for " in cb_context() 152 D("%08x:%08x marking input buffer as free.\n", in cb_context() 178 D("RPC-callback thread for %08x:%08x terminating.\n", in cb_context() 215 D("%08x:%08x waiting for XDR input buffer " in rx_context() 222 D("%08x:%08x reading data.\n", in rx_context() 236 D("%08x:%08x received REPLY (XID %d), " in rx_context() [all …]
|
D | svc.c | 146 D("RPC-server thread exiting!\n"); in svc_context() 155 D("The RPC transport has already been created.\n"); in svcrtr_create() 214 D("registering for service %08x:%d\n", (uint32_t)prog, (int)vers); in svc_register() 235 D("RPC server %08x:%d is a callback client, " in svc_register() 280 D("creating RPC-server thread (detached)!\n"); in svc_register() 293 D("unregistering RPC server %08x:%d\n", (unsigned)prog, (unsigned)vers); in svc_unregister() 371 D("reading on fd %d for %08x:%d\n", in svc_dispatch() 400 D("START: SVC DISPATCH %08x:%08x --> %08x\n", in svc_dispatch() 413 D("DONE: SVC DISPATCH %08x:%08x --> %08x\n", in svc_dispatch() 423 D("registering RPC transport (refcount %d)\n", xprt_refcount); in xprt_register() [all …]
|
D | debug.h | 41 #define D PRINT macro 43 #define D(x...) do { } while(0) macro
|
D | svc_clnt_common.c | 200 D("\t%02d: %p\n", nc, *tr++); in xdr_std_recv_uint32() 293 D("OPENED [%s] fd %d\n", router, xdr->fd); in xdr_init_common() 315 D("CLONED fd %d --> %d\n", other->fd, xdr->fd); in xdr_clone() 321 D("CLOSING fd %d\n", xdr->fd); in xdr_destroy_common()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 32 #define D PRINT macro 34 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
D | loc_api_common.xdr | 3 L O C _ A P I _ C O M M O N . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
D | loc_api_common.xdr | 3 L O C _ A P I _ C O M M O N . X D R
|