Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DChannelStream.cpp109 const unsigned char *ChannelStream::readFully( void *buf, size_t len) { in readFully() function in gfxstream::ChannelStream
DRingStream.cpp349 const unsigned char *RingStream::readFully( void *buf, size_t len) { in readFully() function in gfxstream::RingStream
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DQemuPipeStream.cpp112 const unsigned char *QemuPipeStream::readFully(void *buf, size_t len) in readFully() function in QemuPipeStream
DVirtioGpuPipeStream.cpp181 const unsigned char *VirtioGpuPipeStream::readFully(void *buf, size_t len) in readFully() function in VirtioGpuPipeStream
/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp209 const unsigned char* CommandBufferStagingStream::readFully(void*, size_t) { in readFully() function in gfxstream::vk::CommandBufferStagingStream
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp155 const unsigned char *AddressSpaceStream::readFully(void *ptr, size_t totalReadSize) in readFully() function in AddressSpaceStream
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp207 const unsigned char* readFully(void* buf, size_t len) { return NULL; } in readFully() function in gfxstream::vk::TrivialStream