Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp227 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
536 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { in obtainPointerController() function in android::NativeInputManager
/frameworks/native/services/inputflinger/
DInputReader.h265 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
DInputReader.cpp2649 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configure()
3619 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp230 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController() function in android::FakeInputReaderPolicy