Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_input_InputApplicationHandle.cpp42 NativeInputApplicationHandle::NativeInputApplicationHandle(jweak objWeak) : in NativeInputApplicationHandle() function in android::NativeInputApplicationHandle
46 NativeInputApplicationHandle::~NativeInputApplicationHandle() { in ~NativeInputApplicationHandle()
51 jobject NativeInputApplicationHandle::getInputApplicationHandleObjLocalRef(JNIEnv* env) { in getInputApplicationHandleObjLocalRef()
55 bool NativeInputApplicationHandle::updateInfo() { in updateInfo()
92 NativeInputApplicationHandle* handle; in android_view_InputApplicationHandle_getHandle()
94 handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); in android_view_InputApplicationHandle_getHandle()
97 handle = new NativeInputApplicationHandle(objWeak); in android_view_InputApplicationHandle_getHandle()
115 NativeInputApplicationHandle* handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr); in android_view_InputApplicationHandle_nativeDispose()
Dandroid_hardware_input_InputApplicationHandle.h29 class NativeInputApplicationHandle : public InputApplicationHandle {
31 explicit NativeInputApplicationHandle(jweak objWeak);
32 virtual ~NativeInputApplicationHandle();