Home | History | Annotate | Download | only in inputflinger

Lines Matching full:fromchannel

2978 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel,
2981 ALOGD("transferTouchFocus: fromChannel=%s, toChannel=%s",
2982 fromChannel->getName().string(), toChannel->getName().string());
2987 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel);
3038 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel);