Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp88 const std::vector<float>& Obd2SensorStore::getFloatSensors() const { in getFloatSensors() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore
99 propValue->value.floatValues = getFloatSensors(); in fillPropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp120 const std::vector<float>& Obd2SensorStore::getFloatSensors() const { in getFloatSensors() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore
133 propValue->value.floatValues = getFloatSensors(); in getSensorProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DObd2SensorStore.h52 const std::vector<float>& getFloatSensors() const;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DObd2SensorStore.h97 const std::vector<float>& getFloatSensors() const;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp337 [&]() { sensorStore->getFloatSensors(); }, in invokeObd2SensorStore()