Searched refs:NativeInputApplicationHandle (Results 1 – 3 of 3) sorted by relevance
39 NativeInputApplicationHandle::NativeInputApplicationHandle(jweak objWeak) : in NativeInputApplicationHandle() function in android::NativeInputApplicationHandle43 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()
27 class NativeInputApplicationHandle : public InputApplicationHandle {29 NativeInputApplicationHandle(jweak objWeak);30 virtual ~NativeInputApplicationHandle();
142 return static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get())-> in getInputApplicationHandleObjLocalRef()