Home
last modified time | relevance | path

Searched refs:obtainFloat (Results 1 – 7 of 7) 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/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp81 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainFloat(float value) { in obtainFloat() function in android::hardware::automotive::vehicle::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h187 RecyclableType obtainFloat(float value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h212 RecyclableType obtainFloat(float value);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp112 pValue = getValuePool()->obtainFloat(kFloatValue); in get()
284 [&]() { mObjectPool->obtainFloat(mFuzzedDataProvider->ConsumeFloatingPoint<float>()); }, in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp232 auto prop = mValuePool->obtainFloat(1.234); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp78 pValue = getValuePool()->obtainFloat(42.42); in get()