Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp92 const std::vector<uint8_t>& Obd2SensorStore::getSensorsBitmask() const { in getSensorsBitmask() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore
100 propValue->value.bytes = getSensorsBitmask(); in fillPropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp124 const std::vector<uint8_t>& Obd2SensorStore::getSensorsBitmask() const { in getSensorsBitmask() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore
134 propValue->value.byteValues = getSensorsBitmask(); in getSensorProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DObd2SensorStore.h54 const std::vector<uint8_t>& getSensorsBitmask() const;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DObd2SensorStore.h99 const std::vector<uint8_t>& getSensorsBitmask() const;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp338 [&]() { sensorStore->getSensorsBitmask(); }, in invokeObd2SensorStore()