Searched refs:NativeInputWindowHandle (Results 1 – 3 of 3) sorted by relevance
27 class NativeInputWindowHandle : public InputWindowHandle {29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,31 virtual ~NativeInputWindowHandle();42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
64 NativeInputWindowHandle::NativeInputWindowHandle( in NativeInputWindowHandle() function in android::NativeInputWindowHandle70 NativeInputWindowHandle::~NativeInputWindowHandle() { in ~NativeInputWindowHandle()75 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) { in getInputWindowHandleObjLocalRef()79 bool NativeInputWindowHandle::updateInfo() { in updateInfo()169 sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle( in android_server_InputWindowHandle_getHandle()178 NativeInputWindowHandle* handle; in android_server_InputWindowHandle_getHandle()180 handle = reinterpret_cast<NativeInputWindowHandle*>(ptr); in android_server_InputWindowHandle_getHandle()189 handle = new NativeInputWindowHandle(inputApplicationHandle, objWeak); in android_server_InputWindowHandle_getHandle()207 NativeInputWindowHandle* handle = reinterpret_cast<NativeInputWindowHandle*>(ptr); in android_server_InputWindowHandle_nativeDispose()
143 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())-> in getInputWindowHandleObjLocalRef()