Searched refs:pointerCaptureRequest (Results 1 – 12 of 12) sorted by relevance
128 config.pointerCaptureRequest.window = fdp.ConsumeBool() ? sp<BBinder>::make() : nullptr; in setTouchpadSettings()129 config.pointerCaptureRequest.seq = fdp.ConsumeIntegral<uint32_t>(); in setTouchpadSettings()
210 mConfig.pointerCaptureRequest = {window, mNextPointerCaptureSequenceNumber++}; in setPointerCapture()211 return mConfig.pointerCaptureRequest; in setPointerCapture()
169 mReaderConfiguration.pointerCaptureRequest.window = enabled ? sp<BBinder>::make() : nullptr; in setPointerCapture()170 mReaderConfiguration.pointerCaptureRequest.seq = 1; in setPointerCapture()
223 PointerCaptureRequest pointerCaptureRequest; member295 pointerCaptureRequest(), in InputReaderConfiguration()
101 pointerCaptureRequest(request) {} in PointerCaptureChangedEntry()105 pointerCaptureRequest.isEnable() ? "true" : "false"); in getDescription()
98 const PointerCaptureRequest pointerCaptureRequest; member
1765 if (entry->pointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()1768 (entry->pointerCaptureRequest == mCurrentPointerCaptureRequest)) { in dispatchPointerCaptureChangedLocked()1780 if (entry->pointerCaptureRequest.seq != mCurrentPointerCaptureRequest.seq) { in dispatchPointerCaptureChangedLocked()1787 LOG_ALWAYS_FATAL_IF(token != entry->pointerCaptureRequest.window, in dispatchPointerCaptureChangedLocked()3893 captureEntry.pointerCaptureRequest.isEnable()); in startDispatchCycleLocked()
384 if ((!changes.any() && config.pointerCaptureRequest.isEnable()) || in reconfigure()386 mPointerCaptured = config.pointerCaptureRequest.isEnable(); in reconfigure()
460 if (config.pointerCaptureRequest.isEnable()) { in configureOnPointerCapture()
933 mConfig.pointerGesturesEnabled && !mConfig.pointerCaptureRequest.isEnable()) { in configureInputDevice()
478 PointerCaptureRequest pointerCaptureRequest{}; member595 mLocked.pointerCaptureRequest.isEnable() ? "Enabled" : "Disabled", in dump()596 mLocked.pointerCaptureRequest.seq); in dump()787 outConfig->pointerCaptureRequest = mLocked.pointerCaptureRequest; in getReaderConfiguration()1912 if (mLocked.pointerCaptureRequest == request) { in setPointerCapture()1917 mLocked.pointerCaptureRequest = request; in setPointerCapture()
440 if (mCurrentPointerCaptureRequest == mConfig.pointerCaptureRequest) { in refreshConfigurationLocked()444 mCurrentPointerCaptureRequest = mConfig.pointerCaptureRequest; in refreshConfigurationLocked()