Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:toChannel

3004         const sp<InputChannel>& toChannel) {
3006 ALOGD("transferTouchFocus: fromChannel=%s, toChannel=%s",
3007 fromChannel->getName().string(), toChannel->getName().string());
3013 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel);
3064 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel);