Searched refs:obtainFloat (Results 1 – 7 of 7) sorted by relevance
71 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainFloat( in obtainFloat() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
81 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainFloat(float value) { in obtainFloat() function in android::hardware::automotive::vehicle::VehiclePropValuePool
187 RecyclableType obtainFloat(float value);
212 RecyclableType obtainFloat(float value);
112 pValue = getValuePool()->obtainFloat(kFloatValue); in get()284 [&]() { mObjectPool->obtainFloat(mFuzzedDataProvider->ConsumeFloatingPoint<float>()); }, in invokeSetAndGetValues()
232 auto prop = mValuePool->obtainFloat(1.234); in TEST_F()
78 pValue = getValuePool()->obtainFloat(42.42); in get()