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.cpp198 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
431 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t deviceId) { in obtainPointerController() function in android::NativeInputManager
/frameworks/native/services/inputflinger/
DInputReader.h303 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
DInputReader.cpp2332 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configure()
3066 mPointerController = getPolicy()->obtainPointerController(getDeviceId()); in configureSurface()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp191 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController() function in android::FakeInputReaderPolicy