Home
last modified time | relevance | path

Searched refs:obtainPointerController (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.h85 std::shared_ptr<PointerControllerInterface> obtainPointerController(
DFakeInputReaderPolicy.cpp224 std::shared_ptr<PointerControllerInterface> FakeInputReaderPolicy::obtainPointerController( in obtainPointerController() function in android::FakeInputReaderPolicy
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h275 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override { in obtainPointerController() function
328 return mPolicy->obtainPointerController(0); in getPointerController()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h430 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp495 controller = mPolicy->obtainPointerController(deviceId); in getPointerControllerLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp316 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override;
705 std::shared_ptr<PointerControllerInterface> NativeInputManager::obtainPointerController( in obtainPointerController() function in android::NativeInputManager