Searched refs:getValuePool (Results 1 – 7 of 7) sorted by relevance
97 VehiclePropValuePool* VehicleHalServer::getValuePool() const { in getValuePool() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalServer114 auto updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated()214 auto req = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 2); in createApPowerStateReq()226 auto keyEvent = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 3); in createHwInputKeyProp()332 auto updatedPropValue = getValuePool()->obtain(value); in onSetProperty()
142 auto& pool = *getValuePool(); in get()165 v = getValuePool()->obtain(*value); in get()177 v = getValuePool()->obtain(*internalPropValue); in get()336 auto& pool = *getValuePool(); in onContinuousPropertyTimer()395 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onPropertyValue()519 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
39 connector->setValuePool(hal->getValuePool()); in main()
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()
104 VehiclePropValuePool* getValuePool() { in getValuePool() function
116 pValue = getValuePool()->obtainString(kCarMake); in get()122 pValue = getValuePool()->obtainFloat(42.42); in get()127 pValue = getValuePool()->obtainComplex(); in get()136 pValue = getValuePool()->obtain(mValues[key]); in get()
89 mObjectPool = mHal->getValuePool(); in VehicleHalManagerFuzzer()