Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_input_InputApplicationHandle.cpp44 NativeInputApplicationHandle::NativeInputApplicationHandle(jweak objWeak) : in NativeInputApplicationHandle() function in android::NativeInputApplicationHandle
48 NativeInputApplicationHandle::~NativeInputApplicationHandle() { in ~NativeInputApplicationHandle()
53 jobject NativeInputApplicationHandle::getInputApplicationHandleObjLocalRef(JNIEnv* env) { in getInputApplicationHandleObjLocalRef()
57 bool NativeInputApplicationHandle::updateInfo() { in updateInfo()
94 std::shared_ptr<NativeInputApplicationHandle>* handle; in android_view_InputApplicationHandle_getHandle()
96 handle = reinterpret_cast<std::shared_ptr<NativeInputApplicationHandle>*>(ptr); in android_view_InputApplicationHandle_getHandle()
99 handle = new std::shared_ptr(std::make_shared<NativeInputApplicationHandle>(objWeak)); in android_view_InputApplicationHandle_getHandle()
124 std::shared_ptr<NativeInputApplicationHandle>* handle = in android_view_InputApplicationHandle_nativeDispose()
125 reinterpret_cast<std::shared_ptr<NativeInputApplicationHandle>*>(ptr); in android_view_InputApplicationHandle_nativeDispose()
Dandroid_hardware_input_InputApplicationHandle.h29 class NativeInputApplicationHandle : public InputApplicationHandle {
31 explicit NativeInputApplicationHandle(jweak objWeak);
32 ~NativeInputApplicationHandle() override;
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp955 NativeInputApplicationHandle* handle = in getInputApplicationHandleObjLocalRef()
956 static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get()); in getInputApplicationHandleObjLocalRef()