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

/frameworks/native/services/inputflinger/
H A DInputWindow.cpp55 // --- InputWindowHandle ---
57 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : function in class:android::InputWindowHandle
61 InputWindowHandle::~InputWindowHandle() {
65 void InputWindowHandle::releaseInfo() {
H A DInputWindow.h158 class InputWindowHandle : public RefBase { class in namespace:android
196 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
197 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 26 milliseconds