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

  /frameworks/base/services/jni/
com_android_server_input_InputApplicationHandle.h 27 class NativeInputApplicationHandle : public InputApplicationHandle {
29 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...]
com_android_server_input_InputManagerService.cpp 120 return static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get())->
    [all...]

Completed in 390 milliseconds