Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.1/default/common/src/
DObd2SensorStore.cpp38 const size_t byteIndex = index / 8; in set() local
40 const uint8_t byte = mStorage[byteIndex]; in set()
43 mStorage[byteIndex] = newValue; in set()
47 const size_t byteIndex = index / 8; in get() local
49 const uint8_t byte = mStorage[byteIndex]; in get()