Home
last modified time | relevance | path

Searched refs:pointSize (Results 1 - 1 of 1) sorted by relevance

/base/sensors/miscdevice/utils/common/src/
H A Dvibrator_infos.cpp36 int32_t pointSize = static_cast<int32_t>(events[i].points.size()); in Dump() local
38 "intensity:%{public}d, frequency:%{public}d, index:%{public}d, curve pointSize:%{public}d", in Dump()
40 events[i].frequency, events[i].index, pointSize); in Dump()
41 for (int32_t j = 0; j < pointSize; ++j) { in Dump()
225 int32_t pointSize { 0 }; in Unmarshalling()
226 if (!data.ReadInt32(pointSize)) { in Unmarshalling()
227 MISC_HILOGE("Read pointSize failed"); in Unmarshalling()
230 if (pointSize > MAX_POINT_SIZE) { in Unmarshalling()
231 MISC_HILOGE("pointSize exceed the maximum"); in Unmarshalling()
235 for (int32_t j = 0; j < pointSize; in Unmarshalling()
[all...]

Completed in 2 milliseconds