Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp59 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::HostGoldfishPipeDevice
76 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 …]
DHostGoldfishPipe_unittest.cpp26 mDevice = HostGoldfishPipeDevice::get(); in SetUp()
33 HostGoldfishPipeDevice* mDevice = nullptr;
/hardware/google/aemu/host-common/include/host-common/
DHostGoldfishPipe.h33 class HostGoldfishPipeDevice {
40 HostGoldfishPipeDevice();
41 ~HostGoldfishPipeDevice();
76 static HostGoldfishPipeDevice* get();
136 HostGoldfishPipeDevice* getHostPipeInstance();