Home
last modified time | relevance | path

Searched refs:byteIndex (Results 1 – 2 of 2) 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()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp48 const size_t byteIndex = index / 8; in set() local
53 const uint8_t byte = mStorage[byteIndex]; in set()
55 mStorage[byteIndex] = newValue; in set()
60 const size_t byteIndex = index / 8; in get() local
65 const uint8_t byte = mStorage[byteIndex]; in get()