Lines Matching refs:InputChannel
154 sp<InputChannel> inputChannel;
367 const sp<InputChannel>& inputChannel, int32_t displayId) = 0;
378 const sp<InputChannel>& inputChannel, int32_t displayId, bool gestureMonitor) = 0;
384 virtual status_t unregisterInputChannel(const sp<InputChannel>& inputChannel) = 0;
445 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
447 virtual status_t registerInputMonitor(const sp<InputChannel>& inputChannel,
449 virtual status_t unregisterInputChannel(const sp<InputChannel>& inputChannel) override;
663 sp<InputChannel> inputChannel;
875 sp<InputChannel> inputChannel; // never null
891 explicit Connection(const sp<InputChannel>& inputChannel, bool monitor);
902 sp<InputChannel> inputChannel; // never null
904 explicit Monitor(const sp<InputChannel>& inputChannel);
969 std::unordered_map<sp<IBinder>, sp<InputChannel>, IBinderHash> mInputChannelsByToken
976 ssize_t getConnectionIndexLocked(const sp<InputChannel>& inputChannel) REQUIRES(mLock);
1051 sp<InputChannel> getInputChannelLocked(const sp<IBinder>& windowToken) const REQUIRES(mLock);
1160 const sp<InputChannel>& inputChannel) REQUIRES(mLock);
1226 void synthesizeCancelationEventsForInputChannelLocked(const sp<InputChannel>& channel,
1243 void removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) REQUIRES(mLock);
1244 void removeMonitorChannelLocked(const sp<InputChannel>& inputChannel,
1247 status_t unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify)