Lines Matching refs:D
90 # define D(...) ALOGD(__VA_ARGS__) macro
92 # define D(...) ((void)0) macro
97 # define T(...) D(__VA_ARGS__)
442 D( "%s: invalid fd: %d", __FUNCTION__, fd ); in looper_del()
461 D("%s: invalid fd: %d", __FUNCTION__, fd ); in looper_enable()
486 D("%s: invalid fd: %d", __FUNCTION__, fd ); in looper_disable()
515 D("%s: error: %s", __FUNCTION__, strerror(errno) ); in looper_loop()
520 D("%s: huh ? epoll returned count=0", __FUNCTION__); in looper_loop()
910 D("%s: can't recv: %s", __FUNCTION__, strerror(errno)); in fdhandler_event()
921 D("%s: disconnect on fd %d", __FUNCTION__, f->fd); in fdhandler_event()
932 D("%s: can't send: %s", __FUNCTION__, strerror(errno)); in fdhandler_event()
984 D("%s: accepting on fd %d", __FUNCTION__, f->fd); in fdhandler_accept_event()
989 D("%s: accept failed ?: %s", __FUNCTION__, strerror(errno)); in fdhandler_accept_event()
998 D("%s: closing accept fd %d", __FUNCTION__, f->fd); in fdhandler_accept_event()
1117 D("ignoring %s packet from serial port", in serial_fd_receive()
1139 D("ignoring %d bytes addressed to channel %d", in serial_fd_receive()
1299 D("%s: bad client sending data before end of registration", in client_fd_receive()
1312 D("%s: attempting registration for service '%.*s'", in client_fd_receive()
1316 D("%s: service name too long", __FUNCTION__); in client_fd_receive()
1319 D("%s: -> received channel id %d", __FUNCTION__, c->channel); in client_fd_receive()
1351 D("%s: registration failed for client %d", __FUNCTION__, c->channel); in client_registration()
1355 D("%s: registration succeeded for client %d", __FUNCTION__, c->channel); in client_registration()
1447 D("%s: NULL client: '%.*s'", __FUNCTION__, p->len, p->data+11); in multiplexer_handle_control()
1484 D("%s: unknown control message (%d bytes): '%.*s'", in multiplexer_handle_control()
1510 D("%s: discarding packet for unknown channel %d", __FUNCTION__, p->channel); in multiplexer_serial_receive()
1560 D("%s: weird, service name too long (%d > %d)", __FUNCTION__, len, sizeof(p->data)); in multiplexer_open_channel()
1600 D("created client %p listening on fd %d", client, fd); in multiplexer_control_accept()
1684 D("%s: can't open /proc/cmdline !!: %s", __FUNCTION__, in main()
1692 D("%s: can't read /proc/cmdline: %s", __FUNCTION__, in main()
1700 D("%s: can't find '%s' in /proc/cmdline", in main()
1715 D( "entering main loop"); in main()
1717 D( "unexpected termination !!" ); in main()