Lines Matching refs:DD
47 #define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
49 #define DD(...) (void)0 macro
121 DD("%s: Creating new ConnectorPipe hwpipe=%p", __FUNCTION__, mHwPipe); in ConnectorPipe()
126 DD("%s: closing ConnectorPipe hwpipe=%p prematurily (reason=%d)!", in onGuestClose()
132 DD("%s: polling hwpipe=%p", __FUNCTION__, mHwPipe); in onGuestPoll()
140 DD("%s: trying to receive data from hwpipe=%p", __FUNCTION__, mHwPipe); in onGuestRecv()
176 DD("%s: receiving %d connection bytes from hwpipe=%p", __FUNCTION__, in onGuestSend()
181 DD("%s: service name buffer full, force-closing connection", in onGuestSend()
186 DD("%s: still waiting for terminating zero!", __FUNCTION__); in onGuestSend()
275 DD("%s: signaling wakeFlags=%d for hwpipe=%p", __FUNCTION__, wakeFlags, in onGuestWantWakeOn()
280 DD("%s: saving connector state for hwpipe=%p", __FUNCTION__, mHwPipe); in onSave()
286 DD("%s: loading connector state for hwpipe=%p", __FUNCTION__, mHwPipe); in onLoad()
295 DD("%s: read %d bytes (%d expected)", __FUNCTION__, ret, mPos); in onLoad()
413 DD("%s: no name (assuming connector state)", __FUNCTION__); in loadServiceByName()
416 DD("%s: found [%s]", __FUNCTION__, serviceName->c_str()); in loadServiceByName()
437 DD("%s: loading state for [%s] hwpipe=%p", __FUNCTION__, in loadPipeFromStreamCommon()
444 DD("%s: force-closing hwpipe=%p", __FUNCTION__, hwPipe); in loadPipeFromStreamCommon()
456 DD("%s: singalled wake flags %d for pipe hwpipe=%p", __func__, in loadPipeFromStreamCommon()
488 DD("%s: for hwpipe=%p (host %p '%s')", __FUNCTION__, mHwPipe, this, in ~AndroidPipe()
494 DD("Adding new pipe service '%s' this=%p", service->name().c_str(), in add()
501 DD("Resetting all pipe services"); in resetAll()
610 DD("%s: Creating new connector pipe for hwpipe=%p", __FUNCTION__, hwpipe); in android_pipe_guest_open()
616 DD("%s: Creating new connector pipe for hwpipe=%p", __FUNCTION__, hwpipe); in android_pipe_guest_open_with_flags()
737 DD("%s: host=%p [%s]", __FUNCTION__, pipe, pipe->name()); in android_pipe_guest_save()
745 DD("%s: hwpipe=%p", __FUNCTION__, hwPipe); in android_pipe_guest_load()
757 DD("%s: hwpipe=%p", __FUNCTION__, hwPipe); in android_pipe_guest_load_legacy()
766 DD("%s: host=%p [%s]", __FUNCTION__, pipe, pipe->name()); in android_pipe_guest_poll()