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);
759 nsecs_t EmulatedSensor::getSystemTimeWithSource(uint32_t timestamp_source) { in getSystemTimeWithSource() argument760 if (timestamp_source == ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME) { in getSystemTimeWithSource()802 uint32_t timestamp_source = ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN; in threadLoop() local807 timestamp_source = settings->begin()->second.timestamp_source; in threadLoop()810 nsecs_t start_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()1194 nsecs_t work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()1212 work_done_real_time = getSystemTimeWithSource(timestamp_source); in threadLoop()
862 sensor_settings->timestamp_source = info.timestamp_source_; in InitializeSensorSettings()