Home
last modified time | relevance | path

Searched refs:getArray (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h59 bool getArray(sp<JSONArray> *value) const;
144 bool getArray(KEY key, sp<JSONArray> *obj) const { in getArray() function
146 return value.getArray(obj); in getArray()
DJSONObject.cpp453 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray() function in android::JSONValue
644 if (value.getArray(&array)) { in Parse()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheel.java171 final float[] a = cm.getArray(); in rotateColor()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp68 if (json->getArray(key, &array)) { in CopyInt32Array()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp234 if (!settings->getArray(key, &array)) { in getCalibrationInt32()
249 if (!settings->getArray(key, &array)) { in getCalibrationFloat()