Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputApplicationHandle.cpp39 NativeInputApplicationHandle::NativeInputApplicationHandle(jweak objWeak) : in NativeInputApplicationHandle() function in android::NativeInputApplicationHandle
43 NativeInputApplicationHandle::~NativeInputApplicationHandle() { in ~NativeInputApplicationHandle()
48 jobject NativeInputApplicationHandle::getInputApplicationHandleObjLocalRef(JNIEnv* env) { in getInputApplicationHandleObjLocalRef()
52 bool NativeInputApplicationHandle::updateInfo() { in updateInfo()
94 NativeInputApplicationHandle* handle; in android_server_InputApplicationHandle_getHandle()
96 handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); in android_server_InputApplicationHandle_getHandle()
99 handle = new NativeInputApplicationHandle(objWeak); in android_server_InputApplicationHandle_getHandle()
117 NativeInputApplicationHandle* handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); in android_server_InputApplicationHandle_nativeDispose()
Dcom_android_server_input_InputApplicationHandle.h27 class NativeInputApplicationHandle : public InputApplicationHandle {
29 NativeInputApplicationHandle(jweak objWeak);
30 virtual ~NativeInputApplicationHandle();
Dcom_android_server_input_InputManagerService.cpp142 return static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get())-> in getInputApplicationHandleObjLocalRef()