Searched refs:time (Results 276 - 300 of 323) sorted by relevance

<<111213

/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java142 * For each uid, this is the last time we dispatched an "allow while idle" alarm,
190 // Minimum time between ALLOW_WHILE_IDLE alarms when system is not idle.
193 // Minimum time between ALLOW_WHILE_IDLE alarms when system is idling.
539 // within each class, sort by nominal delivery time
546 // same priority class + same target delivery time
594 // to run during this time are placed in mPendingWhileIdleAlarms
612 // Apply a heuristic to { recurrence interval, futurity of the trigger time } to
616 // [for a periodic alarm] or of the time from now to the desired delivery time,
714 // Make sure we are using the correct ALLOW_WHILE_IDLE min time
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp63 // current monotonic time in microseconds.
71 // FIXME: we don't use the pitch setting in the time stretcher (not working);
528 // We save the time when the track is started to later verify whether
529 // the counters are realistic (i.e. start from zero after this time).
670 // while the other is running would return an incorrect time.
672 // this time when requested until the track is resumed.
966 // in the mean time. If we ever provide a sequencer in server, we could allow a way for the app
1659 // allocation one more time.
1721 ALOGE("did not receive expected priority boost on time");
1803 uint32_t loopPeriod = 0; // time i
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp116 // RecordThread loop sleep time upon application overrun or audio HAL read error
119 // maximum time to wait in sendConfigEvent_l() for a status to be received
122 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
124 // maximum divider applied to the active sleep time in the mixer thread loop
145 FastMixer_Static, // initialize if needed, then use all the time if initialized,
161 FastCapture_Static, // initialize if needed, then use all the time if initialized
258 // get current thread's delta CPU time in wall clock ns
1673 // read the fast track multiplier property the first time it is needed
2406 // the first time it is set, so we don't have to worry about un-muting.
2526 - active sleep time
4846 uint32_t time; local
4857 uint32_t time; local
4868 uint32_t time; local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java253 * asynchronously in the player engine. It may take some time before
747 * monotonically increasing and is unaffected by time-of-day adjustments,
1370 * Specifies time stretching as audio mode for variable rate playback.
1383 * possibly mute audio if time stretching is not supported for the playback
1483 * Seeks to specified time position.
1494 * The MediaTimestamp represents how the media time correlates to the system time in
1496 * time moves fairly constantly (though the anchor frame may be rebased to a current
1497 * system time, the linear correlation stays steady). Therefore, this method does not
1501 * to the current {@link System#nanoTime system time}, s
[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),
H A Ddxt.cpp21 #include <sys/time.h> // for optimization timing
/frameworks/native/services/inputflinger/
H A DInputReader.h151 // Gets the amount of time to disable virtual keys after the screen is touched
169 // Quiet time between certain pointer gesture transitions.
179 // Tap gesture delay time.
180 // The time between down and up must be less than this to be considered a tap.
183 // Tap drag gesture delay time.
184 // The time between the previous tap's up and the next down must be less than
197 // This is intended to be enough time to handle cases where the user puts down two
198 // fingers at almost but not quite exactly the same time.
414 virtual void disableVirtualKeysUntil(nsecs_t time) = 0;
486 virtual void disableVirtualKeysUntil(nsecs_t time);
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp62 * - run mag sensor from time to time to force calibration
548 // sort the buffer by time-stamps
873 // sensor at the same time.
944 time_t rawtime = time(NULL);
978 time_t rawtime = time(NULL);
1290 time_t rawtime = time(NULL);
1734 // At a time write at most half the size of the receiver buffer in SensorEventQueue OR
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp25 #include <time.h>
53 // maximum time since last capture buffer update before resetting capture buffer. This means
83 uint8_t mChannelCount; // to avoid recomputing it every time a buffer is processed
393 // update last buffer update time stamp
/frameworks/base/core/java/android/widget/
H A DMediaController.java305 mEndTime = (TextView) v.findViewById(com.android.internal.R.id.time);
H A DProgressBar.java1696 final long time = getDrawingTime();
1698 mAnimation.getTransformation(time, mTransformation);
1886 * are sent at most one in a given time frame to save
/frameworks/compile/mclinker/unittests/
H A DLEB128Test.cpp22 sys::SetRandomSeed(::time(NULL));
/frameworks/native/cmds/atrace/
H A Datrace.cpp28 #include <time.h>
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp9 #include <time.h>
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c25 #include <time.h>
88 // This callback is called each time a buffer finishes playing
553 // get the initial time
H A Dplaybq.cpp25 #include <time.h>
88 // This callback is called each time a buffer finishes playing
553 // get the initial time
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1505 private void sleep(long time) { argument
1507 Thread.sleep(time);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java623 final long time = System.currentTimeMillis();
633 Events.writeState(time, copy);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java260 IAlarmManager alarmManager, TrustedTime time, File systemDir,
264 mTime = checkNotNull(time, "missing TrustedTime");
1000 // try refreshing time source when stale
259 NetworkStatsService(Context context, INetworkManagementService networkManager, IAlarmManager alarmManager, TrustedTime time, File systemDir, NetworkStatsSettings settings) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp714 jlong time, jlong timeReference, jint uncertainty)
717 sGpsInterface->inject_time(time, timeReference, uncertainty);
713 android_location_GpsLocationProvider_inject_time(JNIEnv* , jobject , jlong time, jlong timeReference, jint uncertainty) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java130 /** Set to true in processCode, not at newFromDialString time */
818 int time = siToTime(mSic);
861 dialingNumber, time, obtainMessage(
1407 // CF_REASON_NO_REPLY also has a time value associated with
1440 // {2} is time in seconds
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java713 int time = siToTime(mSic);
753 dialingNumber, serviceClass, time, obtainMessage(
1193 // CF_REASON_NO_REPLY also has a time value associated with
1226 // {2} is time in seconds
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/android/app/
H A DNotification.java149 * corresponds to the time the event happened (or will happen, in the case of events that have
159 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
160 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
161 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
217 * at the same time.
403 * reference to something that happened at a particular point in time,
1394 * @param when The time to show in the time field. In the System.currentTimeMillis
1782 * <p>Uses the {@link #icon} and {@link #when} fields to set the icon and time fields
2059 // Whether to enable stripping (at post time)
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java234 /** Allow some time inbetween the long press for back and recents. */
1685 // time to show some art!
3469 // visibilities so next time we open the panel we know the correct height already.
3494 * @param startTime the start time of the animations in uptime millis
3845 * at the same time to exit screen pinning (lock task).
3861 long time = System.currentTimeMillis();
3864 if ((time - mLastLockToAppLongPress) < LOCK_TO_APP_GESTURE_TOLERENCE) {
3874 mLastLockToAppLongPress = time;
3952 public void wakeUpIfDozing(long time, MotionEvent event) { argument
3955 pm.wakeUp(time, "co
[all...]

Completed in 694 milliseconds

<<111213