Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor_type_helpers.cc210 copyLastSample<chreSensorFloatData>(&event->floatData, in getLastSample()
214 copyLastSample<chreSensorByteData>(&event->byteData, in getLastSample()
218 copyLastSample<chreSensorUint64Data>(&event->uint64Data, in getLastSample()
/system/chre/core/include/chre/core/
Dsensor_type_helpers.h131 static void copyLastSample(const SensorDataType *newEvent,
136 void SensorTypeHelpers::copyLastSample(const SensorDataType *newEvent, in copyLastSample() function