Searched refs:GetSampleTimeStr (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | sensorevent.cpp | 151 std::string TimestampedSensorEvent::GetSampleTimeStr(uint8_t index) const { in GetSampleTimeStr() function in android::TimestampedSensorEvent 214 sample->fdata, GetSampleTimeStr(index).c_str()); in StringForSample() 231 sample->idata, GetSampleTimeStr(index).c_str()); in StringForSample() 251 sample->x, sample->y, sample->z, GetSampleTimeStr(index).c_str(), in StringForSample() 295 x, y, z, GetSampleTimeStr(index).c_str(), in StringForSample()
|
D | sensorevent.h | 118 std::string GetSampleTimeStr(uint8_t index) const;
|