Home
last modified time | relevance | path

Searched defs:PointerCaptureRequest (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInput.h1009 struct PointerCaptureRequest { struct
1011 inline PointerCaptureRequest() : enable(false), seq(0) {} in PointerCaptureRequest() function
1012 inline PointerCaptureRequest(bool enable, uint32_t seq) : enable(enable), seq(seq) {} in PointerCaptureRequest() function
1019 bool enable;
1022 uint32_t seq;
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp119 void setPointerCapture(const PointerCaptureRequest&) override {} in setPointerCapture()