Searched refs:WindowRegistry (Results 1 – 4 of 4) sorted by relevance
116 WindowRegistry::WindowRegistry (void) in WindowRegistry() function in tcu::Android::WindowRegistry120 WindowRegistry::~WindowRegistry (void) in ~WindowRegistry()136 void WindowRegistry::addWindow (ANativeWindow* window) in addWindow()142 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle) in destroyWindow()166 Window* WindowRegistry::tryAcquireWindow (void) in tryAcquireWindow()179 void WindowRegistry::garbageCollect (void) in garbageCollect()
81 class WindowRegistry class84 WindowRegistry (void);85 ~WindowRegistry (void);
68 NativeDisplayFactory (WindowRegistry& windowRegistry);95 NativeWindowFactory (WindowRegistry& windowRegistry);104 WindowRegistry& m_windowRegistry;138 NativeWindowFactory::NativeWindowFactory (WindowRegistry& windowRegistry) in NativeWindowFactory()174 NativeDisplayFactory::NativeDisplayFactory (WindowRegistry& windowRegistry) in NativeDisplayFactory()
48 WindowRegistry& getWindowRegistry (void) { return m_windowRegistry; } in getWindowRegistry()51 WindowRegistry m_windowRegistry;