Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleHalServer.cpp97 VehiclePropValuePool* VehicleHalServer::getValuePool() const { in getValuePool() function in android::hardware::automotive::vehicle::V2_0::impl::VehicleHalServer
114 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()
DEmulatedVehicleHal.cpp142 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()
/hardware/interfaces/automotive/vehicle/2.0/default/
DVehicleService.cpp39 connector->setValuePool(hal->getValuePool()); in main()
/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/common/include/vhal_v2_0/
DVehicleHal.h104 VehiclePropValuePool* getValuePool() { in getValuePool() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp116 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()
DVehicleManager_fuzzer.h89 mObjectPool = mHal->getValuePool(); in VehicleHalManagerFuzzer()