Searched refs:timebase (Results 1 – 13 of 13) sorted by relevance
103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {105 || timebase < 0 || timebase >= TIMEBASE_MAX) {114 *time = mTimeNs[i] + mTimebaseOffset[timebase];
232 int timebase; in getBestTimestamp() local235 timebase = ExtendedTimestamp::TIMEBASE_BOOTTIME; in getBestTimestamp()238 timebase = ExtendedTimestamp::TIMEBASE_MONOTONIC; in getBestTimestamp()248 timebase, &location); in getBestTimestamp()
40 // The time at which the alarm is set to go off, in the elapsed realtime timebase.48 // The time at which the UPTC will be in quota, in the elapsed realtime timebase.96 // The time the event occurred, in the elapsed realtime timebase.104 // elapsed realtime timebase.
121 self.timebase = None193 if self.timebase is None:194 self.timebase = timestamp195 delta = timestamp - self.timebase217 self.timebase += timedelta(seconds=bottom)
186 self.timebase = None279 if self.timebase is None:280 self.timebase = timestamp281 delta = timestamp - self.timebase341 self.timebase += timedelta(seconds=bottom)
112 // In the 'elapsed' timebase.115 // Time when the next while-idle is allowed, in the 'elapsed' timebase.169 // How long until the alarm goes off, in the 'elapsed' timebase. Can be264 // triggered. Times are in the 'elapsed' timebase.
1370 @AudioTimestamp.Timebase int timebase) in getTimestamp() argument1373 (timebase != AudioTimestamp.TIMEBASE_BOOTTIME in getTimestamp()1374 && timebase != AudioTimestamp.TIMEBASE_MONOTONIC)) { in getTimestamp()1377 return native_get_timestamp(outTimestamp, timebase); in getTimestamp()2502 @AudioTimestamp.Timebase int timebase); in native_get_timestamp() argument
141 timebase {
610 // The time at which the alarm should go off, in the elapsed realtime timebase. Only621 // elapsed realtime timebase.654 // in the elapsed realtime timebase.666 // invalid, in the elapsed realtime timebase.749 // The time at which the alarm is set to go off, in the elapsed realtime timebase.757 // The time at which the package will be in quota, in the elapsed realtime timebase.1086 // The original latest runtime value, in the elapsed realtime timebase. Valid only for periodic
180 // The time (in the elapsed realtime timebase) at which the battery level will reach 0%. This184 // Timestamp (in the elapsed realtime timebase) of last update to enhanced battery estimate420 // using elapsed realtime as the timebase.
635 jobject timestamp, jint timebase) { in android_media_AudioRecord_get_timestamp() argument651 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
448 static void adjustTimebaseOffset(int64_t *offset, ExtendedTimestamp::Timebase timebase) { in adjustTimebaseOffset()450 switch (timebase) { in adjustTimebaseOffset()455 LOG_ALWAYS_FATAL("invalid timebase %d", timebase); in adjustTimebaseOffset()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...