Searched refs:HostGoldfishPipeDevice (Results 1 – 3 of 3) sorted by relevance
59 const AndroidPipeHwFuncs HostGoldfishPipeDevice::HostHwPipe::vtbl = {65 HostGoldfishPipeDevice::HostHwPipe::HostHwPipe(int fd) : vtblPtr(&vtbl), mFd(fd) {} in HostHwPipe()67 HostGoldfishPipeDevice::HostHwPipe::~HostHwPipe() {} in ~HostHwPipe()69 std::unique_ptr<HostGoldfishPipeDevice::HostHwPipe>70 HostGoldfishPipeDevice::HostHwPipe::create(int fd) { in create()74 HostGoldfishPipeDevice::HostGoldfishPipeDevice() {} in HostGoldfishPipeDevice() function in android::HostGoldfishPipeDevice76 HostGoldfishPipeDevice::~HostGoldfishPipeDevice() { in ~HostGoldfishPipeDevice()80 int HostGoldfishPipeDevice::getErrno() const { in getErrno()86 int HostGoldfishPipeDevice::connect(const char* name) { in connect()122 void HostGoldfishPipeDevice::close(const int fd) { in close()[all …]
26 mDevice = HostGoldfishPipeDevice::get(); in SetUp()33 HostGoldfishPipeDevice* mDevice = nullptr;
33 class HostGoldfishPipeDevice {40 HostGoldfishPipeDevice();41 ~HostGoldfishPipeDevice();76 static HostGoldfishPipeDevice* get();136 HostGoldfishPipeDevice* getHostPipeInstance();