Home
last modified time | relevance | path

Searched refs:getInt32 (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h54 bool getInt32(int32_t *value) const;
119 bool getInt32(KEY key, int32_t *out) const { in getInt32() function
121 return value.getInt32(out); in getInt32()
DJSONObject.cpp392 bool JSONValue::getInt32(int32_t *value) const { in getInt32() function in android::JSONValue
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp72 array->getInt32(i, &val); in CopyInt32Array()
131 success = json->getInt32(key, &value); in GetCalibrationBytes()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp344 if (!array->getInt32(i, &out[i])) { in getCalibrationInt32()
377 array->getInt32(i, &ret[i]); in getInt32Setting()
1473 if (settings->getInt32("proximity", &proximity)) in sendCalibrationOffsets()