Home
last modified time | relevance | path

Searched refs:ReadResult (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DHostGoldfishPipe.h37 using ReadResult = android::base::Result<std::vector<uint8_t>, int>; variable
52 ReadResult read(int fd, size_t maxLength);
DHostGoldfishPipe.cpp148 HostGoldfishPipeDevice::ReadResult HostGoldfishPipeDevice::read(int fd, size_t maxLength) { in read()