Searched refs:getValuePool (Results 1 – 10 of 10) sorted by relevance
63 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()
103 VehiclePropValuePool* DefaultVehicleHalServer::getValuePool() const { in getValuePool() function in android::hardware::automotive::vehicle::V2_0::impl::DefaultVehicleHalServer120 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()
60 VehiclePropValuePool* getValuePool() const;
78 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()
37 connector->setValuePool(hal->getValuePool()); in main()
104 VehiclePropValuePool* getValuePool() { in getValuePool() function
52 mPropStore->getValuePool(), numVendorIntegerSensors, numVendorFloatSensors)); in fillDefaultObd2Frame()165 mPropStore->getValuePool()->obtain(VehiclePropertyType::INT64_VEC, timestamps.size()); in getObd2DtcInfo()
106 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()
89 mObjectPool = mHal->getValuePool(); in VehicleHalManagerFuzzer()
177 inline std::shared_ptr<VehiclePropValuePool> getValuePool() { return mValuePool; } in getValuePool() function