Searched defs:mTime (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/include/media/
H A DDrmSessionManager.h70 int64_t mTime; member in struct:android::DrmSessionManager
H A DAudioTimestamp.h29 mTime.tv_sec = 0;
30 mTime.tv_nsec = 0;
34 struct timespec mTime; // corresponding CLOCK_MONOTONIC when frame is expected to present member in class:android::AudioTimestamp
131 timestamp->mTime.tv_sec = time / 1000000000;
132 timestamp->mTime.tv_nsec = time - timestamp->mTime.tv_sec * 1000000000LL;
/frameworks/av/media/libmedia/include/media/
H A DDrmSessionManager.h70 int64_t mTime; member in struct:android::DrmSessionManager
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DWaveTriggerFilter.java33 private float mTime = 0f; field in class:WaveTriggerFilter
64 mTime = 0.5f;
70 value = -Math.abs(mTime - 1f) + 1f;
71 mTime += 0.2f;
72 if (mTime >= 2f) {
/frameworks/base/core/java/android/os/health/
H A DTimerStat.java32 private long mTime; field in class:TimerStat
62 mTime = time;
71 mTime = in.readLong();
86 out.writeLong(mTime);
107 mTime = time;
114 return mTime;
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUnixCalendar.java28 private long mTime; field in class:UnixCalendar
31 mTime = time;
35 mTime += val * DAY_IN_MILLIS;
39 mTime += val * WEEK_IN_MILLIS;
43 mTime += val * MONTH_IN_MILLIS;
47 mTime += val * YEAR_IN_MILLIS;
51 mTime = time;
55 return mTime;
/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java29 private long mTime; // Time the info was collected since boot in nanos; field in class:DataConnectionRealTimeInfo
44 mTime = time;
54 mTime = Long.MAX_VALUE;
62 mTime = in.readLong();
70 return mTime;
87 out.writeLong(mTime);
109 result = (prime * result) + mTime;
126 return (mTime == other.mTime)
134 sb.append("mTime
[all...]
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
H A DDozeTestDream.java64 private final Date mTime = new Date(); field in class:DozeTestDream
147 mTime.setTime(now);
148 mAlarmClock.setText(mTimeFormat.format(mTime));
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h29 mTime.tv_sec = 0;
30 mTime.tv_nsec = 0;
34 struct timespec mTime; // corresponding CLOCK_MONOTONIC when frame is expected to present member in class:android::AudioTimestamp
131 timestamp->mTime.tv_sec = time / 1000000000;
132 timestamp->mTime.tv_nsec = time - timestamp->mTime.tv_sec * 1000000000LL;
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java54 private long mTime; field in class:CountdownConditionProvider
89 pw.print(" mTime="); pw.println(mTime);
112 mTime = ZenModeConfig.tryParseCountdownConditionId(conditionId);
120 if (mTime > 0) {
123 DateUtils.getRelativeTimeSpanString(mTime, now, DateUtils.MINUTE_IN_MILLIS);
124 if (mTime <= now) {
126 notifyCondition(newCondition(mTime, Condition.STATE_FALSE));
129 alarms.setExact(AlarmManager.RTC_WAKEUP, mTime, pendingIntent);
133 (mTime <
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomAnalytics.java80 private long mTime; field in class:TelecomAnalytics.SessionTiming
84 this.mTime = time;
89 mTime = in.readLong();
99 return mTime;
110 out.writeLong(mTime);
H A DParcelableCallAnalytics.java216 private long mTime; field in class:ParcelableCallAnalytics.EventTiming
220 this.mTime = time;
225 mTime = in.readLong();
233 return mTime;
244 out.writeLong(mTime);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java64 Date mTime; field in class:DateTimeView
123 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
145 if (mTime == null || getVisibility() == GONE) {
154 Date time = mTime;
207 String text = format.format(mTime);
H A DTextClock.java138 private Calendar mTime; field in class:TextClock
261 mTime = Calendar.getInstance(TimeZone.getTimeZone(timeZone));
263 mTime = Calendar.getInstance();
600 mTime.setTimeInMillis(System.currentTimeMillis());
601 setText(DateFormat.format(mFormat, mTime));
602 setContentDescription(DateFormat.format(mDescFormat, mTime));
/frameworks/base/services/core/java/com/android/server/
H A DNetworkTimeUpdateService.java79 private TrustedTime mTime; field in class:NetworkTimeUpdateService
105 mTime = NtpTrustedTime.getInstance(context);
189 if (mTime.getCacheAge() >= mPollingIntervalMs) {
190 mTime.forceRefresh();
194 if (mTime.getCacheAge() < mPollingIntervalMs) {
195 final long ntp = mTime.currentTimeMillis();
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java420 mTime = new Time(Time.TIMEZONE_UTC);
445 t = mTime;
465 t = mTime;
614 private Time mTime; field in class:RecurrenceProcessor.DaySet
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h326 nsecs_t mTime; // time stamp member in class:android::AudioPolicyService::AudioCommandThread::AudioCommand
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java687 private final long mTime; field in class:HdmiCecController.MessageHistoryRecord
692 mTime = System.currentTimeMillis();
700 pw.print(sdf.format(new Date(mTime)));
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java49 private long mTime; field in class:VCardParserImpl_V21.CustomBufferedReader
73 mTime += end - start;
85 mTime += end - start;
95 return mTime;
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java453 private long mTime; field in class:StateMachine.LogRec
484 mTime = System.currentTimeMillis();
496 return mTime;
539 c.setTimeInMillis(mTime);
/frameworks/base/location/java/android/location/
H A DLocation.java126 private long mTime = 0; field in class:Location
167 mTime = l.mTime;
187 mTime = 0;
542 return mTime;
552 mTime = time;
976 if (mTime == 0) return false;
997 if (mTime == 0) mTime = System.currentTimeMillis();
1035 if (mTime
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsServiceTest.java150 private @Mock TrustedTime mTime; field in class:NetworkStatsServiceTest
179 mServiceContext, mNetManager, mAlarmManager, wakeLock, mTime,
217 mTime = null;
1064 when(mTime.forceRefresh()).thenReturn(false);
1065 when(mTime.hasCache()).thenReturn(true);
1066 when(mTime.currentTimeMillis()).thenReturn(currentTimeMillis());
1067 when(mTime.getCacheAge()).thenReturn(0L);
1068 when(mTime.getCacheCertainty()).thenReturn(0L);
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1246 private final long mTime; field in class:AppOpsManager.OpEntry
1256 mTime = time;
1272 return mTime;
1284 return mDuration == -1 ? (int)(System.currentTimeMillis()-mTime) : mDuration;
1304 dest.writeLong(mTime);
1314 mTime = source.readLong();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java162 private final TrustedTime mTime; field in class:NetworkStatsService
298 mTime = checkNotNull(time, "missing TrustedTime");
391 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
767 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
1071 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
1085 if (mTime.getCacheAge() > mSettings.getTimeCacheMaxAge()) {
1086 mTime
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java213 private @Mock TrustedTime mTime; field in class:NetworkPolicyManagerServiceTest
332 mNetworkManager, mIpm, mTime, mPolicyDir, true);
1492 when(mTime.forceRefresh()).thenReturn(false);
1493 when(mTime.hasCache()).thenReturn(true);
1494 when(mTime.currentTimeMillis()).thenReturn(currentTimeMillis());
1495 when(mTime.getCacheAge()).thenReturn(0L);
1496 when(mTime.getCacheCertainty()).thenReturn(0L);

Completed in 978 milliseconds

12