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

  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.h 27 class NativeInputApplicationHandle : public InputApplicationHandle {
29 explicit NativeInputApplicationHandle(jweak objWeak);
30 virtual ~NativeInputApplicationHandle();
com_android_server_input_InputApplicationHandle.cpp 37 // --- NativeInputApplicationHandle ---
39 NativeInputApplicationHandle::NativeInputApplicationHandle(jweak objWeak) :
43 NativeInputApplicationHandle::~NativeInputApplicationHandle() {
48 jobject NativeInputApplicationHandle::getInputApplicationHandleObjLocalRef(JNIEnv* env) {
52 bool NativeInputApplicationHandle::updateInfo() {
94 NativeInputApplicationHandle* handle;
96 handle = reinterpret_cast<NativeInputApplicationHandle*>(ptr);
99 handle = new NativeInputApplicationHandle(objWeak)
    [all...]

Completed in 62 milliseconds