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

123

/frameworks/av/services/oboeservice/
H A DTimestampScheduler.cpp24 void TimestampScheduler::start(int64_t startTime) { argument
25 mStartTime = startTime;
26 mLastTime = startTime;
/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/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp173 int startTime = U32_AT(tmpData); local
187 parcel->writeInt32(startTime + lastEndTime);
/frameworks/base/services/core/jni/
H A Dcom_android_server_GraphicsStatsService.cpp42 jint versionCode, jlong startTime, jlong endTime, jbyteArray jdata) {
63 GraphicsStatsService::addToDump(dump, path, package, versionCode, startTime, endTime, data);
80 jint versionCode, jlong startTime, jlong endTime, jbyteArray jdata) {
92 GraphicsStatsService::saveBuffer(path, package, versionCode, startTime, endTime, data);
41 addToDump(JNIEnv* env, jobject, jlong dumpPtr, jstring jpath, jstring jpackage, jint versionCode, jlong startTime, jlong endTime, jbyteArray jdata) argument
79 saveBuffer(JNIEnv* env, jobject clazz, jstring jpath, jstring jpackage, jint versionCode, jlong startTime, jlong endTime, jbyteArray jdata) argument
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp64 int64_t startTime = 0; local
70 if (startTime == 0) {
71 startTime = uptimeMillis();
73 } else if ((uptimeMillis()-startTime) > 10000) {
H A DIServiceManager.cpp76 int64_t startTime = 0; local
82 if (startTime != 0) {
84 (int)((uptimeMillis()-startTime)/1000),
109 if (startTime == 0) {
110 startTime = uptimeMillis();
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
H A DKeyLayoutMap.cpp66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
/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/packages/SettingsLib/src/com/android/settingslib/
H A DBatteryInfo.java54 public void onParsingStarted(long startTime, long endTime) {
55 timePeriod = endTime - startTime - remainingTimeUs / 1000;
57 view.configureGraph((int) (endTime - startTime), 100, remainingTimeUs != 0,
185 void onParsingStarted(long startTime, long endTime); argument
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java280 float startX, float startY, float endX, float endY, long startTime, long endTime) {
285 new StrokeDescription(swipePath, startTime, endTime - startTime);
279 createSwipeStroke( float startX, float startY, float endX, float endY, long startTime, long endTime) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp89 nsecs_t startTime = systemTime(); local
94 timeout -= (systemTime() - 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/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/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/libs/hwui/service/
H A DGraphicsStatsService.cpp45 const std::string& package, int versionCode, int64_t startTime, int64_t endTime,
85 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
86 if (proto->stats_start() == 0 || proto->stats_start() > startTime) {
87 proto->set_stats_start(startTime);
187 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
192 mergeProfileDataIntoProto(&statsProto, package, versionCode, startTime, endTime, data);
245 int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) {
251 mergeProfileDataIntoProto(&statsProto, package, versionCode, startTime, endTime, data);
84 mergeProfileDataIntoProto(service::GraphicsStatsProto* proto, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
186 saveBuffer(const std::string& path, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
244 addToDump(Dump* dump, const std::string& path, const std::string& package, int versionCode, int64_t startTime, int64_t endTime, const ProfileData* data) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsController.java107 public void appTransitionStarting(long startTime, long duration, boolean forced) { argument
114 Math.max(0, startTime - SystemClock.uptimeMillis()),
120 // startTime is reached.
122 mTransitionDeferringStartTime = startTime;
125 mHandler.postAtTime(mTransitionDeferringDoneRunnable, startTime);
/frameworks/base/services/core/java/com/android/server/pm/
H A DEphemeralResolverConnection.java112 final long startTime) throws ConnectionException {
122 callback.onPhaseTwoResolved(resolveList, startTime);
236 List<InstantAppResolveInfo> instantAppResolveInfoList, long startTime);
110 getInstantAppIntentFilterList(int hashPrefix[], String token, String hostName, PhaseTwoCallback callback, Handler callbackHandler, final long startTime) argument
235 onPhaseTwoResolved( List<InstantAppResolveInfo> instantAppResolveInfoList, long startTime) argument
H A DInstantAppResolver.java96 final long startTime = System.currentTimeMillis();
126 logMetrics(ACTION_INSTANT_APP_RESOLUTION_PHASE_ONE, startTime, token,
146 final long startTime = System.currentTimeMillis();
159 long startTime) {
203 logMetrics(ACTION_INSTANT_APP_RESOLUTION_PHASE_TWO, startTime, token,
211 shaPrefix, token, hostName, callback, callbackHandler, startTime);
217 logMetrics(ACTION_INSTANT_APP_RESOLUTION_PHASE_TWO, startTime, token,
378 private static void logMetrics(int action, long startTime, String token, argument
383 new Long(System.currentTimeMillis() - startTime))
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java213 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
215 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java56 private long startTime; field in class:PowerTestActivity
125 startTime = System.currentTimeMillis();
266 pageLoadTime = System.currentTimeMillis() - startTime;
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp779 auto startTime = systemTime(); local
782 ASSERT_GE(systemTime() - startTime, TIMEOUT);
786 startTime = systemTime();
788 ASSERT_GE(systemTime() - startTime, TIMEOUT);

Completed in 770 milliseconds

123