Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTimerProvider_test.cpp285 int numCallsBeforeCancellation = 0; in TEST_F() local
291 mProvider.setDeadline(timer, 500'000'000, &incrementInt, &numCallsBeforeCancellation); in TEST_F()
296 EXPECT_EQ(0, numCallsBeforeCancellation); in TEST_F()