Home
last modified time | relevance | path

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

/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dsensor_types.h369 uint32_t timestampDelta; member
402 uint32_t timestampDelta; member
420 uint32_t timestampDelta; member
437 uint32_t timestampDelta; member
459 uint32_t timestampDelta; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dsensor_types.h285 uint32_t timestampDelta; member
317 uint32_t timestampDelta; member
334 uint32_t timestampDelta; member
350 uint32_t timestampDelta; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dsensor_types.h338 uint32_t timestampDelta; member
371 uint32_t timestampDelta; member
388 uint32_t timestampDelta; member
404 uint32_t timestampDelta; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dsensor_types.h338 uint32_t timestampDelta; member
371 uint32_t timestampDelta; member
388 uint32_t timestampDelta; member
404 uint32_t timestampDelta; member
/aosp12/system/chre/platform/slpi/see/
H A Dsee_helper.cc765 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
773 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
781 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
788 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
798 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
807 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
815 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
824 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
833 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
841 timestampDelta = &event->readings[index].timestampDelta; in populateEventSample()
[all …]
H A Dsee_cal_helper.cc70 biasData->readings[0].timestampDelta = 0; in getBias()
/aosp12/system/chre/chre_api/legacy/v1_0/chre/
H A Dsensor.h530 uint32_t timestampDelta; member
562 uint32_t timestampDelta; member
575 uint32_t timestampDelta; member
590 uint32_t timestampDelta; member
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dsensor.h669 uint32_t timestampDelta; member
701 uint32_t timestampDelta; member
718 uint32_t timestampDelta; member
734 uint32_t timestampDelta; member
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dbasic_sensor_tests.cc48 checkTimestampDelta(data->readings[i].timestampDelta, i); in verifyThreeAxisData()
59 checkTimestampDelta(data->readings[i].timestampDelta, i); in verifyFloatData()
101 checkTimestampDelta(data->readings[i].timestampDelta, i); in confirmDataIsSane()
H A Dbasic_flush_async_test.cc142 mLatestSensorDataTimestamp += eventData->readings[i].timestampDelta; in handleDataReceived()
H A Dbasic_sensor_test_base.cc67 duration += event->readings[i].timestampDelta; in getEventDuration()
/aosp12/system/chre/core/include/chre/core/
H A Dsensor_type_helpers.h146 sampleTimestampNs += newEvent->readings[i].timestampDelta; in copyLastSample()
154 lastEvent->readings[0].timestampDelta = 0; in copyLastSample()
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor_manager.cc225 currentTimestamp += sampleData.timestampDelta; in encodeThreeAxisSensorDatapoints()
252 currentTimestamp += sampleData.timestampDelta; in encodeFloatSensorDatapoints()
280 currentTimestamp += sampleData.timestampDelta; in encodeProximitySensorDatapoints()
308 currentTimestamp += sampleData.timestampDelta; in encodeStepCounterSensorDatapoints()
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_cross_validation_sensor.proto86 * that timestampDelta has been replaced with timestampInNs which is an
/aosp12/system/chre/apps/sensor_world/
H A Dsensor_world.cc381 sampleTime += data[i].timestampDelta; in nanoappHandleEvent()