Searched refs:time (Results 201 - 225 of 255) sorted by relevance

1234567891011

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java232 * asynchronously in the player engine. It may take some time before
704 * monotonically increasing and is unaffected by time-of-day adjustments,
1200 * Seeks to specified time position.
1311 * any time before completion. The next player must be prepared by the
1341 * at the same time.
1527 * time. If false, all the metadatas are considered.
2574 * will throw exceptions at method call time).
2857 // ignore time notifications until seek is handled
3056 for (long time: mTimes) {
3057 if (time
[all...]
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp24 #include <time.h>
/frameworks/av/media/libnbaio/
H A DNBLog.cpp24 #include <time.h>
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java38 * Utility class for producing strings with formatted date/time.
128 * @return true if 24 hour time format is selected, false otherwise.
202 * Returns a {@link java.text.DateFormat} object that can format the time according
205 * @return the {@link java.text.DateFormat} object that properly formats the time.
212 * Returns a String pattern that can be used to format the time according
329 * Given a format string and a time in milliseconds since Jan 1, 1970 GMT, returns a
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java138 * When retrying a sync for the first time use this delay. After that
139 * the retry time will double until it reached MAX_SYNC_RETRY_TIME.
145 * Default the max sync retry time to this value.
453 // This WakeLock is used to ensure that we stay awake between the time that we receive
598 Log.d(TAG, "one-time sync for: " + requestedAccount + " " + extras.toString() + " "
722 authority, newExtras, 0 /* immediate */, 0 /* No flex time*/,
753 LOCAL_SYNC_DELAY /* earliest run time */,
754 2 * LOCAL_SYNC_DELAY /* latest sync time. */,
1091 // time
1175 static String formatTime(long time) { argument
1383 dumpTimeSec(PrintWriter pw, long time) argument
[all...]
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp19 #include <time.h>
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java17 package com.android.datetimepicker.time;
H A DTimePickerDialog.java17 package com.android.datetimepicker.time;
42 import com.android.datetimepicker.time.RadialPickerLayout.OnValueSelectedListener;
49 * Dialog to set a time.
116 * the time (they clicked on the 'Set' button).
539 // Something's wrong, because time picker should definitely not be null.
616 * Check if the time that has been typed so far is completely legal, as is.
620 // For 24-hour mode, the time is legal if the hours and minutes are each legal. Note:
625 // For AM/PM mode, the time is legal if it contains an AM or PM, as those can only be
641 * Get out of keyboard mode. If there is nothing in typedTimes, revert to TimePicker's time.
642 * @param changeDisplays If true, update the displays with the relevant time
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp27 #include <time.h>
/frameworks/rs/
H A DrsScriptGroup.cpp18 #include <time.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp42 #include <sys/time.h>
435 SLuint32 timeOutIndex = 50; // time out prefetching after 5s
443 fprintf(stderr, "Failure to prefetch data in time, exiting\n");
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp23 #include <sys/time.h>
405 fprintf(stdout, "playback rate each time.\n\n");
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1040 long time = getDrawingTime();
1042 mAnimation.getTransformation(time, mTransformation);
1215 * are sent at most one in a given time frame to save
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java65 /** Stores user time and system time in 100ths of a second. */
67 /** Stores user time and system time in 100ths of a second. */
107 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user time
108 PROC_SPACE_TERM|PROC_OUT_LONG, // 2: nice time
109 PROC_SPACE_TERM|PROC_OUT_LONG, // 3: sys time
110 PROC_SPACE_TERM|PROC_OUT_LONG, // 4: idle time
111 PROC_SPACE_TERM|PROC_OUT_LONG, // 5: iowait time
112 PROC_SPACE_TERM|PROC_OUT_LONG, // 6: irq time
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp59 ALOGD("Initialization is done - Start time = %lld", mCacheStartTime);
152 " - Compute time %0.6f ms - Put time %0.6f ms - Text = '%s'",
163 " - Compute time %0.6f ms - Text = '%s'",
180 "- Compute time %0.6f ms - "
181 "Cache get time %0.6f ms - Gain in percent: %2.2f - Text = '%s'",
329 void TextLayoutValue::setElapsedTime(uint32_t time) { argument
330 mElapsedTime = time;
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp31 #include <time.h>
32 #include <sys/time.h>
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp559 jlong time, jlong timeReference, jint uncertainty)
562 sGpsInterface->inject_time(time, timeReference, uncertainty);
558 android_location_GpsLocationProvider_inject_time(JNIEnv* env, jobject obj, jlong time, jlong timeReference, jint uncertainty) argument
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py33 import time namespace
392 time.sleep(retry_delay)
/frameworks/native/libs/input/
H A DInputTransport.cpp50 // Minimum time difference between consecutive samples before attempting to resample.
53 // Maximum time to predict forward from the last known state, to avoid predicting too
54 // far into the future. This time is further bounded by 50% of the last time delta.
586 // touch, then use the resampled time and coordinates instead.
724 ALOGD("Not resampled, delta time is %lld ns.", delta);
736 ALOGD("Not resampled, delta time is %lld ns.", delta);
743 ALOGD("Sample time is too far in the future, adjusting prediction "
951 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { argument
955 && batch.samples.itemAt(index).body.motion.eventTime <= time) {
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp26 #include <sys/time.h>
27 #include <time.h>
74 // packet for a preiod of time, and a proxy might wait for incoming packets from
80 // + We use elapsedRealtime() to get the time. Since we use 32bit variables
208 // the first time we successfully decode an incoming packet.
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java333 out.startTag(null, "max-time-to-unlock");
335 out.endTag(null, "max-time-to-unlock");
423 } else if ("max-time-to-unlock".equals(tag)) {
626 // Selecting the next alarm time: Roll forward to the next 24 hour multiple before
627 // the expiration time.
1457 * Return a single admin's expiration cycle time, or the min of all cycle times.
1486 * Return a single admin's expiration date/time, or the min (soonest) for all admins.
2013 // would allow bypassing of the maximum time to lock.
2036 long time = 0;
2040 return admin != null ? admin.maximumTimeToUnlock : time;
[all...]
/frameworks/base/services/input/
H A DInputReader.h144 // Gets the amount of time to disable virtual keys after the screen is touched
162 // Quiet time between certain pointer gesture transitions.
172 // Tap gesture delay time.
173 // The time between down and up must be less than this to be considered a tap.
176 // Tap drag gesture delay time.
177 // The time between the previous tap's up and the next down must be less than
190 // This is intended to be enough time to handle cases where the user puts down two
191 // fingers at almost but not quite exactly the same time.
354 virtual void disableVirtualKeysUntil(nsecs_t time) = 0;
423 virtual void disableVirtualKeysUntil(nsecs_t time);
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java153 // The maximum screen dim time expressed as a ratio relative to the screen
155 // dim timeout to also be quite short so that most of the time is spent on.
156 // Otherwise the user won't get much screen on time before dimming occurs.
213 // Timestamp of the last time the device was awoken or put to sleep.
234 // The time the screen was last turned off, in elapsedRealtime() timebase.
278 // The battery level percentage at the time the dream started.
756 // one at a time?
871 // Once upon a time applications could call userActivity().
888 throw new IllegalArgumentException("event time must not be in the future");
947 throw new IllegalArgumentException("event time mus
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp403 nsecs_t time = systemTime(SYSTEM_TIME_THREAD) - startTime; local
417 " prims=%5u, time=%6u us, prims/s=%d, v/t=%f\n",
419 prim_count, int(ns2us(time)), int(prim_count*float(seconds(1))/time),

Completed in 1166 milliseconds

1234567891011