Searched refs:timestamp_source (Results 1 – 3 of 3) sorted by relevance
187 int32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; member282 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; member469 nsecs_t getSystemTimeWithSource(uint32_t timestamp_source);
762 nsecs_t EmulatedSensor::getSystemTimeWithSource(uint32_t timestamp_source) { in getSystemTimeWithSource() argument763 if (timestamp_source == ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME) { in getSystemTimeWithSource()805 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; in threadLoop() local810 timestamp_source = settings->begin()->second.timestamp_source; in threadLoop()813 nsecs_t start_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()1251 nsecs_t work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()1269 work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
913 sensor_settings->timestamp_source = info.timestamp_source_; in InitializeSensorSettings()