Searched refs:pointerCaptureRequest (Results 1 – 12 of 12) sorted by relevance
129 config.pointerCaptureRequest.window = fdp.ConsumeBool() ? sp<BBinder>::make() : nullptr; in setTouchpadSettings()130 config.pointerCaptureRequest.seq = fdp.ConsumeIntegral<uint32_t>(); in setTouchpadSettings()
177 mConfig.pointerCaptureRequest = {window, mNextPointerCaptureSequenceNumber++}; in setPointerCapture()178 return mConfig.pointerCaptureRequest; in setPointerCapture()
165 mReaderConfiguration.pointerCaptureRequest.window = enabled ? sp<BBinder>::make() : nullptr; in setPointerCapture()166 mReaderConfiguration.pointerCaptureRequest.seq = 1; in setPointerCapture()
215 PointerCaptureRequest pointerCaptureRequest; member266 pointerCaptureRequest(), in InputReaderConfiguration()
110 pointerCaptureRequest(request) {} in PointerCaptureChangedEntry()114 pointerCaptureRequest.isEnable() ? "true" : "false"); in getDescription()
104 const PointerCaptureRequest pointerCaptureRequest; member
1735 if (entry->pointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()1738 (entry->pointerCaptureRequest == mCurrentPointerCaptureRequest)) { in dispatchPointerCaptureChangedLocked()1750 if (entry->pointerCaptureRequest.seq != mCurrentPointerCaptureRequest.seq) { in dispatchPointerCaptureChangedLocked()1757 LOG_ALWAYS_FATAL_IF(token != entry->pointerCaptureRequest.window, in dispatchPointerCaptureChangedLocked()3865 captureEntry.pointerCaptureRequest.isEnable()); in startDispatchCycleLocked()
382 if ((!changes.any() && config.pointerCaptureRequest.isEnable()) || in reconfigure()384 mPointerCaptured = config.pointerCaptureRequest.isEnable(); in reconfigure()
459 if (config.pointerCaptureRequest.isEnable()) { in configureOnPointerCapture()
921 mConfig.pointerGesturesEnabled && !mConfig.pointerCaptureRequest.isEnable()) { in configureInputDevice()
414 PointerCaptureRequest pointerCaptureRequest{}; member505 mLocked.pointerCaptureRequest.isEnable() ? "Enabled" : "Disabled", in dump()506 mLocked.pointerCaptureRequest.seq); in dump()692 outConfig->pointerCaptureRequest = mLocked.pointerCaptureRequest; in getReaderConfiguration()1620 if (mLocked.pointerCaptureRequest == request) { in setPointerCapture()1625 mLocked.pointerCaptureRequest = request; in setPointerCapture()
445 if (mCurrentPointerCaptureRequest == mConfig.pointerCaptureRequest) { in refreshConfigurationLocked()449 mCurrentPointerCaptureRequest = mConfig.pointerCaptureRequest; in refreshConfigurationLocked()