Home
last modified time | relevance | path

Searched refs:captureEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp447 constexpr bool captureEnabled = true; in publishAndConsumeCaptureEvent() local
450 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
465 EXPECT_EQ(captureEnabled, captureEvent->getPointerCaptureEnabled()); in publishAndConsumeCaptureEvent()
DInputPublisherAndConsumerNoResampling_test.cpp613 constexpr bool captureEnabled = true; in publishAndConsumeCaptureEvent() local
616 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
625 EXPECT_EQ(captureEnabled, captureEvent.getPointerCaptureEnabled()); in publishAndConsumeCaptureEvent()