Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp63 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
92 v = getValuePool()->obtain(*value); in getUserHalProp()
113 v = getValuePool()->obtainComplex(); in get()
119 v = getValuePool()->obtainComplex(); in get()
126 v = getValuePool()->obtain(*internalPropValue); in get()
482 auto& pool = *getValuePool(); in onContinuousPropertyTimer()
571 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onPropertyValue()
DDefaultVehicleHalServer.cpp103 VehiclePropValuePool* DefaultVehicleHalServer::getValuePool() const { in getValuePool() function in android::hardware::automotive::vehicle::V2_0::impl::DefaultVehicleHalServer
120 auto updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated()
135 auto req = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 2); in createApPowerStateReq()
147 auto keyEvent = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 3); in createHwInputKeyProp()
222 auto updatedPropValue = getValuePool()->obtain(value); in onSetProperty()
DDefaultVehicleHalServer.h60 VehiclePropValuePool* getValuePool() const;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp78 pValue = getValuePool()->obtainFloat(42.42); in get()
87 pValue = getValuePool()->obtain(mValues[key]); in get()
149 objectPool = hal->getValuePool(); in SetUp()
389 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F()
410 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F()
416 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2); in TEST_F()
441 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/
DVehicleService.cpp37 connector->setValuePool(hal->getValuePool()); in main()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h104 VehiclePropValuePool* getValuePool() { in getValuePool() function
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp52 mPropStore->getValuePool(), numVendorIntegerSensors, numVendorFloatSensors)); in fillDefaultObd2Frame()
165 mPropStore->getValuePool()->obtain(VehiclePropertyType::INT64_VEC, timestamps.size()); in getObd2DtcInfo()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp106 pValue = getValuePool()->obtainString(kCarMake.c_str()); in get()
112 pValue = getValuePool()->obtainFloat(kFloatValue); in get()
117 pValue = getValuePool()->obtainComplex(); in get()
126 pValue = getValuePool()->obtain(mValues[key]); in get()
DVehicleManager_fuzzer.h89 mObjectPool = mHal->getValuePool(); in VehicleHalManagerFuzzer()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h177 inline std::shared_ptr<VehiclePropValuePool> getValuePool() { return mValuePool; } in getValuePool() function