Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp37 const size_t byteIndex = index / 8; in set() local
39 const uint8_t byte = mStorage[byteIndex]; in set()
41 mStorage[byteIndex] = newValue; in set()
45 const size_t byteIndex = index / 8; in get() local
47 const uint8_t byte = mStorage[byteIndex]; in get()