You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frameworks/native/services/inputflinger/InputDispatcher.h:260:18: note: hidden overloaded virtual function 'android::InputDispatcherPolicyInterface::pokeUserActivity' declared here: different number of parameters (3 vs 2)
virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t keyCode) = 0;
^
frameworks/base/services/core/jni/com_android_server_input_InputManagerService.cpp:1239:34: error: allocating an object of abstract class type 'android::NativeInputManager'
NativeInputManager* im = new NativeInputManager(contextObj, serviceObj,
frameworks/native/services/inputflinger/InputDispatcher.h:260:18: note: unimplemented pure virtual method 'pokeUserActivity' in 'NativeInputManager'
virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t keyCode) = 0;
The text was updated successfully, but these errors were encountered:
frameworks/base/services/core/jni/com_android_server_input_InputManagerService.cpp:254:18: error: 'android::NativeInputManager::pokeUserActivity' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
frameworks/native/services/inputflinger/InputDispatcher.h:260:18: note: hidden overloaded virtual function 'android::InputDispatcherPolicyInterface::pokeUserActivity' declared here: different number of parameters (3 vs 2)
virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t keyCode) = 0;
^
frameworks/base/services/core/jni/com_android_server_input_InputManagerService.cpp:1239:34: error: allocating an object of abstract class type 'android::NativeInputManager'
NativeInputManager* im = new NativeInputManager(contextObj, serviceObj,
frameworks/native/services/inputflinger/InputDispatcher.h:260:18: note: unimplemented pure virtual method 'pokeUserActivity' in 'NativeInputManager'
virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType, int32_t keyCode) = 0;
The text was updated successfully, but these errors were encountered: