Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp230 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId);
539 sp<PointerControllerInterface> NativeInputManager::obtainPointerController(int32_t /* deviceId */) { in obtainPointerController() function in android::NativeInputManager
/frameworks/native/services/inputflinger/
DInputReader.h264 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) = 0;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp230 virtual sp<PointerControllerInterface> obtainPointerController(int32_t deviceId) { in obtainPointerController() function in android::FakeInputReaderPolicy