Home
last modified time | relevance | path

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

/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc102 lastEventIndex_ = UINT8_MAX; in SetUp()
166 EXPECT_EQ(event.eventIndex, static_cast<uint8_t>(lastEventIndex_ + 1)); in validateWifiScanEvent()
221 lastEventIndex_ = event->eventIndex; in TEST_F()
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h86 uint8_t lastEventIndex_; variable