Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc104 size_t sampleIndex; member
754 size_t index = data->sampleIndex; in populateEventSample()
878 if (data->sampleIndex == 0) { in populateEventSample()
1328 info->data->sampleIndex++; in decodeSnsClientEventMsg()
1447 allocateEvent(info.data->sensorType, info.data->sampleIndex))); in prepareSensorEvent()
1460 header->readingCount = info.data->sampleIndex; in prepareSensorEvent()
1464 info.data->totalSamples = info.data->sampleIndex; in prepareSensorEvent()
1468 info.data->sampleIndex = 0; in prepareSensorEvent()
1566 if (data->info.data->sampleIndex > 0) { in handleSnsClientEventMsg()