Searched refs:NativeInputWindowHandle (Results 1 – 3 of 3) sorted by relevance
62 NativeInputWindowHandle::NativeInputWindowHandle( in NativeInputWindowHandle() function in android::NativeInputWindowHandle68 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()
27 class NativeInputWindowHandle : public InputWindowHandle {29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,31 virtual ~NativeInputWindowHandle();42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
128 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())-> in getInputWindowHandleObjLocalRef()