Searched refs:InputPublisherAndConsumerTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp31 class InputPublisherAndConsumerTest : public testing::Test { class in namespace:android
65 TEST_F(InputPublisherAndConsumerTest, GetChannel_ReturnsTheChannel) {
70 void InputPublisherAndConsumerTest::PublishAndConsumeKeyEvent() {
129 void InputPublisherAndConsumerTest::PublishAndConsumeMotionEvent() {
244 TEST_F(InputPublisherAndConsumerTest, PublishKeyEvent_EndToEnd) {
248 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_EndToEnd) {
252 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountLessThan1_ReturnsError) {
264 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountGreaterThanMax_ReturnsError) {
280 TEST_F(InputPublisherAndConsumerTest, PublishMultipleEvents_EndToEnd) {

Completed in 52 milliseconds