Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
H A DScopedWakelock_test.cpp29 size_t decCount = 0; member in android::hardware::sensors::V2_0::implementation::RefCounter
39 decCount++; in decrementRefCountAndMaybeReleaseWakelock()
86 EXPECT_EQ(mRefCounter.decCount, 1); in TEST_F()
93 EXPECT_EQ(mRefCounter.decCount, 0); in TEST_F()
103 EXPECT_EQ(mRefCounter.decCount, 1); in TEST_F()