Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/linux/
DLinuxSync.cpp26 LinuxSyncHelper::LinuxSyncHelper() {} in LinuxSyncHelper() function in gfxstream::LinuxSyncHelper
28 int LinuxSyncHelper::wait(int syncFd, int timeoutMilliseconds) { in wait()
38 int LinuxSyncHelper::dup(int syncFd) { return ::dup(syncFd); } in dup()
40 int LinuxSyncHelper::close(int syncFd) { return ::close(syncFd); } in close()
42 SyncHelper* createPlatformSyncHelper() { return new LinuxSyncHelper(); } in createPlatformSyncHelper()
DLinuxSync.h21 class LinuxSyncHelper : public SyncHelper {
23 LinuxSyncHelper();