Searched refs:mHwPipe (Results 1 – 3 of 3) sorted by relevance
/hardware/google/aemu/host-common/ |
D | AndroidPipe.cpp | 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() [all …]
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AndroidPipe.h | 254 : mHwPipe(hwPipe), mService(service) {} in AndroidPipe() 256 void* const mHwPipe = nullptr; variable
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 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()
|