Searched refs:LinuxSyncHelper (Results 1 – 2 of 2) sorted by relevance
26 LinuxSyncHelper::LinuxSyncHelper() {} in LinuxSyncHelper() function in gfxstream::LinuxSyncHelper28 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()
21 class LinuxSyncHelper : public SyncHelper {23 LinuxSyncHelper();