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

/frameworks/native/services/inputflinger/
H A DInputWindow.cpp66 // --- InputWindowHandle ---
68 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : function in class:android::InputWindowHandle
72 InputWindowHandle::~InputWindowHandle() {
76 void InputWindowHandle::releaseInfo() {
H A DInputWindow.h163 class InputWindowHandle : public RefBase { class in namespace:android
201 explicit InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
202 virtual ~InputWindowHandle();
/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java28 public final class InputWindowHandle { class
99 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, method in class:InputWindowHandle

Completed in 104 milliseconds