Home
last modified time | relevance | path

Searched refs:speculativeRead (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp189 actual = speculativeRead(m_readBuf, maxRead); in readFully()
214 actual = speculativeRead(m_readBuf, kReadSize); in readFully()
234 ssize_t actual = speculativeRead(dst, wanted); in read()
398 ssize_t AddressSpaceStream::speculativeRead(unsigned char* readBuffer, size_t trySize) { in speculativeRead() function in AddressSpaceStream
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DAddressSpaceStream.h57 ssize_t speculativeRead(unsigned char* readBuffer, size_t trySize);
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp173 ssize_t speculativeRead(char* readBuffer, size_t minSizeToRead) { in speculativeRead() function in android::emulation::asg::AddressSpaceGraphicsTest::Client
647 ssize_t readThisTime = client.speculativeRead( in runRoundTrips()
723 client.speculativeRead(&reply, 1); in TEST_F()