Home
last modified time | relevance | path

Searched refs:obtainFloat (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp71 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainFloat( in obtainFloat() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h187 RecyclableType obtainFloat(float value);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp122 pValue = getValuePool()->obtainFloat(42.42); in get()
247 mObjectPool->obtainFloat(mFuzzedDataProvider->ConsumeFloatingPoint<float>()); in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp78 pValue = getValuePool()->obtainFloat(42.42); in get()