Home
last modified time | relevance | path

Searched defs:valuePool (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/obd2frame/test/
H A DObd2SensorStoreTest.cpp37 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
68 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
H A DFakeObd2FrameTest.cpp43 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in SetUp() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/obd2frame/test/
H A DObd2SensorStoreTest.cpp37 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
68 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
H A DFakeObd2FrameTest.cpp43 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in SetUp() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/userhal/include/
H A DFakeUserHal.h44 explicit FakeUserHal(std::shared_ptr<VehiclePropValuePool> valuePool) : mValuePool(valuePool) {} in FakeUserHal()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/userhal/include/
H A DFakeUserHal.h44 explicit FakeUserHal(std::shared_ptr<VehiclePropValuePool> valuePool) : mValuePool(valuePool) {} in FakeUserHal()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehiclePropertyStore.h76 explicit VehiclePropertyStore(std::shared_ptr<VehiclePropValuePool> valuePool) in VehiclePropertyStore()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehiclePropertyStore.h76 explicit VehiclePropertyStore(std::shared_ptr<VehiclePropValuePool> valuePool) in VehiclePropertyStore()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleObjectPool_test.cpp56 std::unique_ptr<VehiclePropValuePool> valuePool; member in android::hardware::automotive::vehicle::V2_0::__anon681a00a60111::VehicleObjectPoolTest
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/obd2frame/src/
H A DObd2SensorStore.cpp73 Obd2SensorStore::Obd2SensorStore(std::shared_ptr<VehiclePropValuePool> valuePool, in Obd2SensorStore()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/obd2frame/src/
H A DObd2SensorStore.cpp73 Obd2SensorStore::Obd2SensorStore(std::shared_ptr<VehiclePropValuePool> valuePool, in Obd2SensorStore()
/aosp_15_r20/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp95 void DefaultVehicleHalServer::setValuePool(VehiclePropValuePool* valuePool) { in setValuePool()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultVehicleHalServer.cpp110 void DefaultVehicleHalServer::setValuePool(VehiclePropValuePool* valuePool) { in setValuePool()