Searched defs:startTime (Results 1 - 25 of 72) sorted by path

123

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp306 int64_t startTime = getNowUs(); local
383 int64_t delay = getNowUs() - startTime;
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp225 int64_t startTime; local
231 startTime = AudioClock::getNanoseconds();
232 mClockModel.start(startTime);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp591 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]);
595 *needResumeUntil |= (startTime.mSeq == lastTime.mSeq
596 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs);
599 stopParams->setInt32("discontinuitySeq", startTime.mSeq);
600 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs);
1850 HLSTime startTime; local
1855 startTime = latestMediaSegmentStartTime();
1865 startTime.mTimeUs = timeUs;
1884 if (startTime < tmpTime) {
1885 startTime
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp186 int64_t startTime = ALooper::GetNowUs(); local
243 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
248 if (ALooper::GetNowUs() - startTime > 2000000ll) {
265 && ALooper::GetNowUs() - startTime <= 2000000ll) {
309 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp173 int startTime = U32_AT(tmpData); local
187 parcel->writeInt32(startTime + lastEndTime);
/frameworks/av/services/audioflinger/
H A DTracks.cpp1317 nsecs_t startTime = systemTime(); local
1325 uint32_t waitTimeMs = (uint32_t)ns2ms(systemTime() - startTime);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp89 nsecs_t startTime = systemTime(); local
94 timeout -= (systemTime() - startTime);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3624 nsecs_t startTime = systemTime(); local
3629 timeout -= (systemTime() - startTime);
/frameworks/av/services/oboeservice/
H A DTimestampScheduler.cpp24 void TimestampScheduler::start(int64_t startTime) { argument
25 mStartTime = startTime;
26 mLastTime = startTime;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp400 const nsecs_t startTime = systemTime(); local
403 double time = now - startTime;
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java221 * @param startTime The time, in milliseconds, from the time the gesture starts to the
227 @IntRange(from = 0) long startTime,
229 this(path, startTime, duration, false);
236 * @param startTime The time, in milliseconds, from the time the gesture starts to the
245 @IntRange(from = 0) long startTime,
250 Preconditions.checkArgument(startTime >= 0, "Start time must not be negative");
275 mStartTime = startTime;
276 mEndTime = startTime + duration;
325 * @param startTime The time, in milliseconds, from the time the gesture starts to the
333 public StrokeDescription continueStroke(Path path, long startTime, lon argument
226 StrokeDescription(@onNull Path path, @IntRange(from = 0) long startTime, @IntRange(from = 0) long duration) argument
244 StrokeDescription(@onNull Path path, @IntRange(from = 0) long startTime, @IntRange(from = 0) long duration, boolean willContinue) argument
[all...]
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java134 * @param startTime the start of the maintenance window, measured as the number of minutes from
140 public static SystemUpdatePolicy createWindowedInstallPolicy(int startTime, int endTime) { argument
141 if (startTime < 0 || startTime >= WINDOW_BOUNDARY
143 throw new IllegalArgumentException("startTime and endTime must be inside [0, 1440)");
147 policy.mMaintenanceWindowStart = startTime;
/frameworks/base/core/java/android/app/usage/
H A DNetworkStatsManager.java112 * 'startTime' and 'endTime' parameters. State is going to be
121 * @param startTime Start of period. Defined in terms of "Unix time", see
129 long startTime, long endTime) throws SecurityException, RemoteException {
139 NetworkStats stats = new NetworkStats(mContext, template, startTime, endTime);
149 * This means the bucket's start and end timestamp are going to be the same as the 'startTime'
159 * @param startTime Start of period. Defined in terms of "Unix time", see
166 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime, argument
177 stats = new NetworkStats(mContext, template, startTime, endTime);
188 * start and end timestamps are going to be the same as the 'startTime' and 'endTime'
196 * @param startTime Star
128 querySummaryForDevice(int networkType, String subscriberId, long startTime, long endTime) argument
203 querySummary(int networkType, String subscriberId, long startTime, long endTime) argument
225 queryDetailsForUid(int networkType, String subscriberId, long startTime, long endTime, int uid) argument
256 queryDetailsForUidTag(int networkType, String subscriberId, long startTime, long endTime, int uid, int tag) argument
297 queryDetails(int networkType, String subscriberId, long startTime, long endTime) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncInfo.java52 public final long startTime; field in class:SyncInfo
61 int authorityId, String authority, long startTime) {
62 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime);
66 public SyncInfo(int authorityId, Account account, String authority, long startTime) { argument
70 this.startTime = startTime;
78 this.startTime = other.startTime;
91 parcel.writeLong(startTime);
99 startTime
60 createAccountRedacted( int authorityId, String authority, long startTime) argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java621 final long startTime = SystemClock.uptimeMillis();
622 waiter = obtainConnectionWaiterLocked(Thread.currentThread(), startTime,
967 private ConnectionWaiter obtainConnectionWaiterLocked(Thread thread, long startTime, argument
977 waiter.mStartTime = startTime;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java50 * TimeOrDuration startTime = HdmiTimerRecordSources.ofTime(18, 00); // 6PM.
259 * @param startTime start time in {@link Time}
272 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime, argument
282 checkTimeValue(startTime.mHour, startTime.mMinute);
291 return new TimerInfo(dayOfMonth, monthOfYear, startTime, duration, recordingSequence);
337 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime, argument
341 mStartTime = startTime;
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java252 * Returns a string describing the elapsed time since startTime.
255 * @param startTime some time in the past.
259 public static CharSequence getRelativeTimeSpanString(long startTime) { argument
260 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
307 * Return string describing the elapsed time since startTime formatted like
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1647 * @param startTime the start time of the animation in uptime milliseconds
1650 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration); argument
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java321 private static int dayDistance(TimeZone timeZone, long startTime, argument
324 - getJulianDay(startTime, timeZone.getOffset(startTime) / 1000);
/frameworks/base/core/java/com/android/internal/app/
H A DNightDisplayController.java212 * @param startTime the local time to automatically activate Night display
215 public boolean setCustomStartTime(@NonNull LocalTime startTime) { argument
216 if (startTime == null) {
217 throw new IllegalArgumentException("startTime cannot be null");
220 Secure.NIGHT_DISPLAY_CUSTOM_START_TIME, startTime.toMillis(), mUserId);
496 * @param startTime the local time to automatically activate Night display
498 default void onCustomStartTimeChanged(LocalTime startTime) {} argument
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java351 public long getDuration(int opType, int curState, long startTime, int memFactor, argument
356 time += now - startTime;
388 int count, int serviceType, int state, long startTime, long now, long totalTime,
394 dumpTime(pw, prefixInner, serviceType, state, startTime, now);
396 long myTime = dumpTime(null, null, serviceType, state, startTime, now);
386 dumpStats(PrintWriter pw, String prefix, String prefixInner, String headerPrefix, String header, int count, int serviceType, int state, long startTime, long now, long totalTime, boolean dumpAll) argument
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java98 public long startTime = -1; field in class:VpnConfig
158 out.writeLong(startTime);
183 config.startTime = in.readLong();
/frameworks/base/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp129 static void readEvents(JNIEnv* env, int loggerMode, jlong startTime, jobject out) { argument
131 if (startTime) {
133 log_time(startTime / NS_PER_SEC, startTime % NS_PER_SEC), 0);
H A Dandroid_util_EventLog.cpp147 static void readEvents(JNIEnv* env, int loggerMode, jintArray tags, jlong startTime, jobject out) { argument
149 if (startTime) {
151 log_time(startTime / NS_PER_SEC, startTime % NS_PER_SEC), 0);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java76 final long[] startTime = new long[1];
85 startTime[0] = SystemClock.uptimeMillis();
96 assertTrue(listener.firstRunningFrameTime - startTime[0] >= delay);
186 final long[] startTime = new long[1];
193 startTime[0] = SystemClock.uptimeMillis();
205 if (SystemClock.uptimeMillis() - startTime[0] < startDelay) {
538 assertTrue(listener.startTime > 0);
539 assertTrue(currentTime - listener.startTime < frameDelay * 2);
867 assertTrue(l1.endTime >= l1.startTime);
872 assertTrue(l2.endTime >= l1.startTime);
1084 long startTime = -1; field in class:ValueAnimatorTests.MyListener
[all...]

Completed in 444 milliseconds

123