Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h372 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp446 controller = mPolicy->obtainPointerController(deviceId); in getPointerControllerLocked()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp297 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override;
648 std::shared_ptr<PointerControllerInterface> NativeInputManager::obtainPointerController( in obtainPointerController() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp363 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override { in obtainPointerController() function in android::FakeInputReaderPolicy