• Home
  • Raw
  • Download

Lines Matching refs:DD

46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout)  macro
48 #define DD(...) ((void)0) macro
252 DD("%s: loading GLES pipe state for hwpipe=%p", __func__, mHwPipe); in EmuglPipe()
279 DD("%s: saving GLES pipe state for hwpipe=%p", __FUNCTION__, mHwPipe); in onSave()
298 DD("%s", __func__); in onGuestPoll()
314 DD("%s: returning %d", __func__, ret); in onGuestPoll()
320 DD("%s", __func__); in onGuestRecv()
342 DD("%s: tryRead() failed with %d", __func__, (int)result); in onGuestRecv()
344 DD("%s: returning %d bytes", __func__, (int)len); in onGuestRecv()
358 DD("%s: returning PIPE_ERROR_AGAIN", __func__); in onGuestRecv()
365 DD("%s: returning %d bytes", __func__, (int)len); in onGuestRecv()
381 DD("%s: tryRead() failed with %d", __func__, (int)result); in onGuestRecv()
386 DD("%s: returning %d bytes", __func__, (int)len); in onGuestRecv()
393 DD("%s: returning PIPE_ERROR_AGAIN", __func__); in onGuestRecv()
401 DD("%s: returning %d bytes", __func__, (int)len); in onGuestRecv()
417 DD("%s: tryRead() failed with %d", __func__, (int)result); in onGuestRecv()
422 DD("%s: returning %d bytes", __func__, (int)len); in onGuestRecv()
429 DD("%s: returning PIPE_ERROR_AGAIN", __func__); in onGuestRecv()
452 DD("%s: received %d bytes", __func__, (int)len); in onGuestRecv()
459 DD("%s", __func__); in onGuestSend()
462 DD("%s: pipe already closed!", __func__); in onGuestSend()
493 DD("%s: flags=%d", __func__, flags); in onGuestWantWakeOn()
507 DD("%s: state=%d wanted=%d available=%d", __func__, (int)state, in onGuestWantWakeOn()
510 DD("%s: signaling events %d", __func__, (int)available); in onGuestWantWakeOn()
517 DD("%s: waiting for events %d", __func__, (int)wanted); in onGuestWantWakeOn()