Searched defs:InputWindowHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputWindow.cpp63 // --- InputWindowHandle ---
65 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : function in class:android::InputWindowHandle
69 InputWindowHandle::~InputWindowHandle() {
73 void InputWindowHandle::releaseInfo() {
H A DInputWindow.h161 class InputWindowHandle : public RefBase { class in namespace:android
199 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
200 virtual ~InputWindowHandle();
/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java27 public final class InputWindowHandle { class
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, method in class:InputWindowHandle

Completed in 265 milliseconds