Lines Matching refs:getConnectionLocked

1068     std::shared_ptr<Connection> connection = getConnectionLocked(mAnrTracker.firstToken());  in processAnrsLocked()
1314 getConnectionLocked(windowHandle->getToken()); in shouldPruneInboundQueueLocked()
1715 std::shared_ptr<Connection> connection = getConnectionLocked(entry->connectionToken); in dispatchFocusLocked()
1783 auto connection = getConnectionLocked(token); in dispatchPointerCaptureChangedLocked()
1822 std::shared_ptr<Connection> connection = getConnectionLocked(token); in getInputTargetsFromWindowHandlesLocked()
2105 std::shared_ptr<Connection> connection = getConnectionLocked(entry->connectionToken); in dispatchDragLocked()
2952 std::shared_ptr<Connection> connection = getConnectionLocked(windowHandle->getToken()); in createInputTargetLocked()
4035 std::shared_ptr<Connection> connection = getConnectionLocked(connectionToken); in handleReceiveCallback()
4165 connection ? connection : getConnectionLocked(windowHandle->getToken()); in synthesizeCancelationEventsForWindowLocked()
5241 std::shared_ptr<Connection> connection = getConnectionLocked(window->getToken()); in canWindowReceiveMotionLocked()
5303 if (getConnectionLocked(handle->getToken()) == nullptr) { in updateWindowHandlesForDisplayLocked()
5763 std::shared_ptr<Connection> fromConnection = getConnectionLocked(fromToken); in transferTouchGesture()
5764 std::shared_ptr<Connection> toConnection = getConnectionLocked(toToken); in transferTouchGesture()
6187 std::shared_ptr<Connection> connection = getConnectionLocked(connectionToken); in removeInputChannelLocked()
6229 const std::shared_ptr<Connection> requestingConnection = getConnectionLocked(token); in pilferPointersLocked()
6346 std::shared_ptr<Connection> InputDispatcher::getConnectionLocked( in getConnectionLocked() function in android::inputdispatcher::InputDispatcher
6362 std::shared_ptr<Connection> connection = getConnectionLocked(connectionToken); in getConnectionNameLocked()
7177 getConnectionLocked(newWallpaper->getToken()); in transferWallpaperTouch()
7180 getConnectionLocked(toWindowHandle->getToken()); in transferWallpaperTouch()