Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_input_InputWindowHandle.cpp62 NativeInputWindowHandle::NativeInputWindowHandle( in NativeInputWindowHandle() function in android::NativeInputWindowHandle
68 NativeInputWindowHandle::~NativeInputWindowHandle() { in ~NativeInputWindowHandle()
73 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) { in getInputWindowHandleObjLocalRef()
77 bool NativeInputWindowHandle::updateInfo() { in updateInfo()
162 sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle( in android_server_InputWindowHandle_getHandle()
171 NativeInputWindowHandle* handle; in android_server_InputWindowHandle_getHandle()
173 handle = reinterpret_cast<NativeInputWindowHandle*>(ptr); in android_server_InputWindowHandle_getHandle()
182 handle = new NativeInputWindowHandle(inputApplicationHandle, objWeak); in android_server_InputWindowHandle_getHandle()
200 NativeInputWindowHandle* handle = reinterpret_cast<NativeInputWindowHandle*>(ptr); in android_server_InputWindowHandle_nativeDispose()
Dcom_android_server_input_InputWindowHandle.h27 class NativeInputWindowHandle : public InputWindowHandle {
29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
31 virtual ~NativeInputWindowHandle();
42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
Dcom_android_server_input_InputManagerService.cpp128 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())-> in getInputWindowHandleObjLocalRef()