Searched refs:PointerCaptureRequest (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.h | 107 const PointerCaptureRequest pointerCaptureRequest; 109 PointerCaptureChangedEntry(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&); 289 PointerCaptureRequest pointerCaptureRequest;
|
H A D | Entry.cpp | 122 const PointerCaptureRequest& request) in PointerCaptureChangedEntry()
|
H A D | InputDispatcher.h | 373 PointerCaptureRequest mCurrentPointerCaptureRequest GUARDED_BY(mLock);
|
/aosp12/frameworks/native/include/input/ |
H A D | Input.h | 1009 struct PointerCaptureRequest { struct 1011 inline PointerCaptureRequest() : enable(false), seq(0) {} in PointerCaptureRequest() argument 1012 inline PointerCaptureRequest(bool enable, uint32_t seq) : enable(enable), seq(seq) {} in PointerCaptureRequest() argument 1013 inline bool operator==(const PointerCaptureRequest& other) const {
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | InputListener.h | 215 PointerCaptureRequest request; 219 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);
|
H A D | InputReaderBase.h | 283 PointerCaptureRequest pointerCaptureRequest;
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherPolicyInterface.h | 159 virtual void setPointerCapture(const PointerCaptureRequest&) = 0;
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 119 void setPointerCapture(const PointerCaptureRequest&) override {} in setPointerCapture() argument
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputReader.h | 233 PointerCaptureRequest mCurrentPointerCaptureRequest GUARDED_BY(mLock);
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 291 int32_t id, nsecs_t eventTime, const PointerCaptureRequest& request) in NotifyPointerCaptureChangedArgs()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 246 PointerCaptureRequest assertSetPointerCaptureCalled(bool enabled) { in assertSetPointerCaptureCalled() 292 std::optional<PointerCaptureRequest> mPointerCaptureRequest GUARDED_BY(mLock); 409 void setPointerCapture(const PointerCaptureRequest& request) override { in setPointerCapture() 1398 const PointerCaptureRequest& request) { in generatePointerCaptureChangedArgs() 4821 void notifyPointerCaptureChanged(const PointerCaptureRequest& request) { in notifyPointerCaptureChanged() 4826 PointerCaptureRequest requestAndVerifyPointerCapture(const sp<FakeWindowHandle>& window, in requestAndVerifyPointerCapture()
|
H A D | InputReader_test.cpp | 315 PointerCaptureRequest setPointerCapture(bool enabled) { in setPointerCapture()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 340 void setPointerCapture(const PointerCaptureRequest& request) override; 376 PointerCaptureRequest pointerCaptureRequest; 1387 void NativeInputManager::setPointerCapture(const PointerCaptureRequest& request) { in setPointerCapture()
|