HomeSort by relevance Sort by last modified time
    Searched defs:NativeInputWindowHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.h 27 class NativeInputWindowHandle : public InputWindowHandle {
29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
31 virtual ~NativeInputWindowHandle();
42 extern sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
com_android_server_input_InputWindowHandle.cpp 63 // --- NativeInputWindowHandle ---
65 NativeInputWindowHandle::NativeInputWindowHandle(
71 NativeInputWindowHandle::~NativeInputWindowHandle() {
76 jobject NativeInputWindowHandle::getInputWindowHandleObjLocalRef(JNIEnv* env) {
80 bool NativeInputWindowHandle::updateInfo() {
172 sp<NativeInputWindowHandle> android_server_InputWindowHandle_getHandle(
181 NativeInputWindowHandle* handle;
183 handle = reinterpret_cast<NativeInputWindowHandle*>(ptr)
    [all...]

Completed in 1968 milliseconds