Home
last modified time | relevance | path

Searched refs:mOnBatchedInputEventPendingInvocationCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputConsumerFilteredResampling_test.cpp81 ASSERT_GT(mOnBatchedInputEventPendingInvocationCount, 0UL) in assertOnBatchedInputEventPendingWasCalled()
83 --mOnBatchedInputEventPendingInvocationCount; in assertOnBatchedInputEventPendingWasCalled()
124 ++mOnBatchedInputEventPendingInvocationCount; in onBatchedInputEventPending()
148 size_t mOnBatchedInputEventPendingInvocationCount{0}; member in android::InputConsumerFilteredResamplingTest
H A DInputConsumer_test.cpp90 ASSERT_GT(mOnBatchedInputEventPendingInvocationCount, 0UL) in assertOnBatchedInputEventPendingWasCalled()
92 --mOnBatchedInputEventPendingInvocationCount; in assertOnBatchedInputEventPendingWasCalled()
129 size_t mOnBatchedInputEventPendingInvocationCount{0}; member in android::InputConsumerTest
146 ++mOnBatchedInputEventPendingInvocationCount; in onBatchedInputEventPending()
H A DInputConsumerResampling_test.cpp99 size_t mOnBatchedInputEventPendingInvocationCount{0}; member in android::InputConsumerResamplingTest
114 ++mOnBatchedInputEventPendingInvocationCount; in onBatchedInputEventPending()