Home
last modified time | relevance | path

Searched refs:readBefore (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/include/render-utils/
DRenderChannel.h107 virtual IoResult readBefore(Buffer* buffer, Duration waitUntilUs) = 0;
/hardware/google/gfxstream/host/
DRenderChannelImpl.h62 virtual IoResult readBefore(Buffer* buffer, Duration waitUntilUs) override final;
DRenderChannelImpl.cpp111 IoResult RenderChannelImpl::readBefore(Buffer* buffer, Duration waitUntilUs) { in readBefore() function in gfxstream::RenderChannelImpl
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp378 auto result = mChannel->readBefore(&mDataForReading, currTime + kBlockAtMostUs); in onGuestRecv()
414 auto result = mChannel->readBefore(&mDataForReading, currTime + kBlockAtMostUs); in onGuestRecv()