Searched refs:obtainPointerController (Results 1 – 6 of 6) sorted by relevance
85 std::shared_ptr<PointerControllerInterface> obtainPointerController(
224 std::shared_ptr<PointerControllerInterface> FakeInputReaderPolicy::obtainPointerController( in obtainPointerController() function in android::FakeInputReaderPolicy
275 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override { in obtainPointerController() function328 return mPolicy->obtainPointerController(0); in getPointerController()
430 virtual std::shared_ptr<PointerControllerInterface> obtainPointerController(
495 controller = mPolicy->obtainPointerController(deviceId); in getPointerControllerLocked()
316 std::shared_ptr<PointerControllerInterface> obtainPointerController(int32_t deviceId) override;705 std::shared_ptr<PointerControllerInterface> NativeInputManager::obtainPointerController( in obtainPointerController() function in android::NativeInputManager