Searched refs:mMaxReportLatencyUs (Results 1 – 1 of 1) sorted by relevance
36 mSensorHandle = mSamplingRateUs = mMaxReportLatencyUs = INT32_MIN; in SensorRegistrationInfo()47 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()80 << " batchingPeriod=" << mMaxReportLatencyUs << "us"; in dump()100 proto->write(MAX_REPORT_LATENCY_US, mMaxReportLatencyUs); in dump()110 int64_t mMaxReportLatencyUs; variable