Home | History | Annotate | Download | only in common

Lines Matching defs:flt

95         struct chreSensorFloatData flt;
97 initDataHeader(&flt.header, src->referenceTime, sensorHandle);
98 flt.readings[0].timestampDelta = 0;
102 flt.header.baseTimestamp += src->samples[i].deltaTime;
103 flt.readings[0].value = src->samples[i].fdata;
105 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &flt);
146 struct chreSensorFloatData flt;
148 initDataHeader(&flt.header, eOsSensorGetTime(), sensorHandle);
149 flt.readings[0].timestampDelta = 0;
150 flt.readings[0].value = data.fdata;
152 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &flt);