Searched refs:obtainFloat (Results 1 – 3 of 3) sorted by relevance
71 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainFloat( in obtainFloat() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
186 RecyclableType obtainFloat(float value);
69 pValue = getValuePool()->obtainFloat(42.42); in get()