Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc100 size_t sampleIndex; member
750 size_t index = data->sampleIndex; in populateEventSample()
874 if (data->sampleIndex == 0) { in populateEventSample()
1285 info->data->sampleIndex++; in decodeSnsClientEventMsg()
1404 allocateEvent(info.data->sensorType, info.data->sampleIndex))); in prepareSensorEvent()
1417 header->readingCount = info.data->sampleIndex; in prepareSensorEvent()
1421 info.data->totalSamples = info.data->sampleIndex; in prepareSensorEvent()
1425 info.data->sampleIndex = 0; in prepareSensorEvent()
1523 if (data->info.data->sampleIndex > 0) { in handleSnsClientEventMsg()