Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:fromChannel

3003 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel,
3006 ALOGD("transferTouchFocus: fromChannel=%s, toChannel=%s",
3007 fromChannel->getName().string(), toChannel->getName().string());
3012 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel);
3063 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel);