Searched refs:noInputChannel (Results 1 – 3 of 3) sorted by relevance
183 inline void setNoInputChannel(bool noInputChannel) { in setNoInputChannel() argument184 mInfo.setInputConfig(InputConfig::NO_INPUT_CHANNEL, noInputChannel); in setNoInputChannel()
110 InputSurface(const sp<SurfaceControl>& sc, int width, int height, bool noInputChannel = false) { in InputSurface() argument114 if (noInputChannel) { in InputSurface()
5304 const bool noInputChannel = in updateWindowHandlesForDisplayLocked() local5309 if (canReceiveInput && !noInputChannel) { in updateWindowHandlesForDisplayLocked()