Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DHostGoldfishPipe.h94 const AndroidPipeHwFuncs* const vtblPtr; member
/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp65 HostGoldfishPipeDevice::HostHwPipe::HostHwPipe(int fd) : vtblPtr(&vtbl), mFd(fd) {} in HostHwPipe()