Home
last modified time | relevance | path

Searched refs:createPointerController (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/include/
DPointerChoreographerPolicyInterface.h47 virtual std::shared_ptr<PointerControllerInterface> createPointerController(
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp132 return mPolicy.createPointerController( in PointerChoreographer()
847 auto pc = mPolicy.createPointerController( in getMouseControllerConstructor()
861 auto pc = mPolicy.createPointerController( in getStylusControllerConstructor()
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h185 MOCK_METHOD(std::shared_ptr<PointerControllerInterface>, createPointerController,
DPointerChoreographer_test.cpp130 ON_CALL(mMockPolicy, createPointerController).WillByDefault([this](ControllerType type) { in SetUp()
2487 EXPECT_CALL(mockPolicy, createPointerController(ControllerType::MOUSE)) in TEST_F_WITH_FLAGS()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp381 std::shared_ptr<PointerControllerInterface> createPointerController(
766 std::shared_ptr<PointerControllerInterface> NativeInputManager::createPointerController( in createPointerController() function in android::NativeInputManager