Searched refs:publishCaptureEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/input/ |
D | InputTransport.h | 396 status_t publishCaptureEvent(uint32_t seq, int32_t eventId, bool pointerCaptureEnabled);
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 450 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 616 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 679 status_t InputPublisher::publishCaptureEvent(uint32_t seq, int32_t eventId, in publishCaptureEvent() function in android::InputPublisher
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 3864 .publishCaptureEvent(dispatchEntry->seq, captureEntry.id, in startDispatchCycleLocked()
|