Searched refs:timebase (Results 1 – 9 of 9) sorted by relevance
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.
1377 @AudioTimestamp.Timebase int timebase) in getTimestamp() argument1380 (timebase != AudioTimestamp.TIMEBASE_BOOTTIME in getTimestamp()1381 && timebase != AudioTimestamp.TIMEBASE_MONOTONIC)) { in getTimestamp()1384 return native_get_timestamp(outTimestamp, timebase); in getTimestamp()2509 @AudioTimestamp.Timebase int timebase); in native_get_timestamp() argument
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.
638 jobject timestamp, jint timebase) { in android_media_AudioRecord_get_timestamp() argument654 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...