Home
last modified time | relevance | path

Searched defs:getFloat (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp97 float Stream::getFloat() { in getFloat() function in android::base::Stream
/device/google/contexthub/util/common/
DJSONObject.h124 bool getFloat(KEY key, float *out) const { in getFloat() function
DJSONObject.cpp401 bool JSONValue::getFloat(float *value) const { in getFloat() function in android::JSONValue