Searched refs:NativeInputWindowHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.h27 class NativeInputWindowHandle : public InputWindowHandle { class in namespace:android
29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
31 virtual ~NativeInputWindowHandle();
42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
H A Dcom_android_server_input_InputWindowHandle.cpp61 // --- NativeInputWindowHandle ---
63 NativeInputWindowHandle::NativeInputWindowHandle( function in class:android::NativeInputWindowHandle
69 NativeInputWindowHandle::~NativeInputWindowHandle() {
74 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) {
78 bool NativeInputWindowHandle::updateInfo() {
165 sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
174 NativeInputWindowHandle* handle;
176 handle = reinterpret_cast<NativeInputWindowHandle*>(pt
[all...]
H A Dcom_android_server_input_InputManagerService.cpp128 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->

Completed in 49 milliseconds