Searched defs:NativeInputWindowHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.h27 class NativeInputWindowHandle : public InputWindowHandle { class in namespace:android
29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
31 virtual ~NativeInputWindowHandle();
42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
H A Dcom_android_server_input_InputWindowHandle.cpp62 // --- NativeInputWindowHandle ---
64 NativeInputWindowHandle::NativeInputWindowHandle( function in class:android::NativeInputWindowHandle
70 NativeInputWindowHandle::~NativeInputWindowHandle() {
75 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) {
79 bool NativeInputWindowHandle::updateInfo() {
169 sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
178 NativeInputWindowHandle* handle;
180 handle = reinterpret_cast<NativeInputWindowHandle*>(pt
[all...]

Completed in 41 milliseconds