Lines Matching refs:mHwPipe
121 DD("%s: Creating new ConnectorPipe hwpipe=%p", __FUNCTION__, mHwPipe); in ConnectorPipe()
127 __func__, mHwPipe, (int)reason); 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()
177 result, mHwPipe); in onGuestSend()
253 AndroidPipe* newPipe = svc->create(mHwPipe, pipeArgs, mFlags); in onGuestSend()
263 mHwPipe, in onGuestSend()
276 mHwPipe); 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()
488 DD("%s: for hwpipe=%p (host %p '%s')", __FUNCTION__, mHwPipe, this, in ~AndroidPipe()
508 if (!mHwPipe) { in signalWake()
513 sGlobals()->pipeWaker.signalWake(mHwPipe, wakeFlags); in signalWake()
519 if (!mHwPipe) { in closeFromHost()
523 sGlobals()->pipeWaker.closeFromHost(mHwPipe); in closeFromHost()
530 if (!mHwPipe) { in abortPendingOperation()
534 sGlobals()->pipeWaker.abortPending(mHwPipe); in abortPendingOperation()
557 const int pendingFlags = sGlobals()->pipeWaker.getPendingFlags(mHwPipe); in saveToStream()