Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dsensorevent.h110 virtual bool SizeIsValid() const = 0;
126 bool SizeIsValid() const override;
Dsensorevent.cpp96 (!sensor_event->Populate(buffer) || !sensor_event->SizeIsValid())) { in FromBytes()
129 if (!SizeIsValid()) { in GetReferenceTime()
186 bool TimestampedSensorEvent::SizeIsValid() const { in SizeIsValid() function in android::TimestampedSensorEvent