Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc105 size_t sampleIndex; member
752 size_t index = data->sampleIndex; in populateEventSample()
894 if (data->sampleIndex == 0) { in populateEventSample()
1346 info->data->sampleIndex++; in decodeSnsClientEventMsg()
1474 allocateEvent(info.data->sensorType, info.data->sampleIndex))); in prepareSensorEvent()
1485 header->readingCount = info.data->sampleIndex; in prepareSensorEvent()
1489 info.data->totalSamples = info.data->sampleIndex; in prepareSensorEvent()
1493 info.data->sampleIndex = 0; in prepareSensorEvent()
1591 if (data->info.data->sampleIndex > 0) { in handleSnsClientEventMsg()