Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
DMessageCounter.cpp42 auto nextVal = next(); in read() local
43 if (nextVal == val) { in read()
45 LOG(VERBOSE) << "Got next counter val of " << nextVal; in read()
47 mCurrent = nextVal; in read()
49 LOG(DEBUG) << "Ignoring next counter val of " << val << ", waiting for " << nextVal; in read()