Searched refs:float_t (Results 1 – 2 of 2) sorted by relevance
247 typedef float32 float_t; typedef249 typedef float64 float_t; typedef
77 pValue->value.floatValues = hidl_vec<float_t> { 1.1, 2.2 }; in get()