Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
DJSONObject.h61 void setInt32(int32_t value);
166 void setInt32(const char *key, int32_t in) { in setInt32() function
168 val.setInt32(in); in setInt32()
223 val.setInt32(in); in addInt32()
DJSONObject.cpp310 out->setInt32(negate ? -x : x); in Parse()
458 void JSONValue::setInt32(int32_t value) { in setInt32() function in android::JSONValue
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp89 json_root_->setInt32(key, value); in SetSingleAxis()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp62 msg->setInt32("cmd", cmd); in sendCommand()
63 msg->setInt32("param", param); in sendCommand()
366 msg->setInt32("frame-config", mFrameConfig); in emptyThisBuffer()