Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DSensorEventCallback.h28 constexpr int64_t TIMESTAMP_AUTO_FILL = -1; variable
DBaseSensorObject.cpp45 .timestamp = TIMESTAMP_AUTO_FILL // timestamp will be filled at dispatcher in flush()
DDynamicSensorManager.cpp116 .timestamp = TIMESTAMP_AUTO_FILL, // timestamp will be filled at dispatcher in flush()
205 if (event.timestamp == TIMESTAMP_AUTO_FILL) { in submitEvent()