Home
last modified time | relevance | path

Searched refs:milliseconds (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/core/java/android/os/
DVibrator.java64 public void vibrate(long milliseconds) { in vibrate() argument
65 vibrate(milliseconds, null); in vibrate()
79 public void vibrate(long milliseconds, AudioAttributes attributes) { in vibrate() argument
80 vibrate(Process.myUid(), mPackageName, milliseconds, attributes); in vibrate() local
140 public abstract void vibrate(int uid, String opPkg, long milliseconds, in vibrate() argument
DSystemVibrator.java62 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
68 mService.vibrate(uid, opPkg, milliseconds, usageForAttributes(attributes), mToken); in vibrate()
DIVibratorService.aidl23 void vibrate(int uid, String opPkg, long milliseconds, int usageHint, IBinder token); in vibrate() argument
DNullVibrator.java45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
/frameworks/base/core/java/com/android/server/
DResettableTimeout.java52 public void go(long milliseconds) in go() argument
55 mOffAt = SystemClock.uptimeMillis() + milliseconds; in go()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java93 native static void vibratorOn(long milliseconds); in vibratorOn() argument
281 public void vibrate(int uid, String opPkg, long milliseconds, int usageHint, in vibrate() argument
291 if (milliseconds <= 0 || (mCurrentVibration != null in vibrate()
292 && mCurrentVibration.hasLongerTimeout(milliseconds))) { in vibrate()
299 Slog.d(TAG, "Vibrating for " + milliseconds + " ms."); in vibrate()
302 Vibration vib = new Vibration(token, milliseconds, usageHint, uid, opPkg); in vibrate()
/frameworks/base/core/java/android/widget/
DViewFlipper.java130 public void setFlipInterval(int milliseconds) { in setFlipInterval() argument
131 mFlipInterval = milliseconds; in setFlipInterval()
/frameworks/rs/api/
Drs_time.spec90 summary: System uptime in milliseconds
92 Returns the current system clock (uptime) in milliseconds.
/frameworks/base/core/java/android/net/
DSntpClient.java256 long milliseconds = time - seconds * 1000L; in writeTimeStamp() local
265 long fraction = milliseconds * 0x100000000L / 1000L; in writeTimeStamp()
/frameworks/rs/scriptc/
Drs_time.rsh105 * rsUptimeMillis: System uptime in milliseconds
107 * Returns the current system clock (uptime) in milliseconds.
109 * Returns: Uptime in milliseconds.
/frameworks/native/cmds/flatland/
DREADME.txt27 command line option can be used to insert a sleep (specified in milliseconds)
52 indicates the expected time in milliseconds that a single frame of the
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd61 System uptime in milliseconds
218 <span class='normal'>: System uptime in milliseconds</span>
231 <tr><td>Uptime in milliseconds.</td></tr>
235 <p> Returns the current system clock (uptime) in milliseconds.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags28 # 3: Number of milliseconds
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp226 auto diff = std::chrono::duration_cast<std::chrono::milliseconds>(end - now); in main()
/frameworks/base/core/java/android/hardware/input/
DInputManager.java1136 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
1137 vibrate(new long[] { 0, milliseconds}, -1); in vibrate()
/frameworks/base/docs/html/training/location/
Dchange-location-settings.jd86 - This method sets the rate in milliseconds at which your app prefers to
97 - This method sets the <strong>fastest</strong> rate in milliseconds at which
161 interval of 5000 milliseconds (5 seconds), causes the fused location
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd171 <em>int</em>. The time in milliseconds of the animation. 300 milliseconds is the default.
178 <em>int</em>. The amount of milliseconds the animation delays after
245 <em>int</em>. The time in milliseconds of the animation. 300ms is the default.
252 <em>int</em>. The amount of milliseconds the animation delays after
829 <dd><em>Integer</em>. The duration to show this frame, in milliseconds.</dd>
/frameworks/base/tools/orientationplot/
DREADME.txt48 is too aggressive, the filter response may lag by hundreds of milliseconds.
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd225 conn.setReadTimeout(10000 /* milliseconds */);
226 conn.setConnectTimeout(15000 /* milliseconds */);
Dxml.jd548 conn.setReadTimeout(10000 /* milliseconds */);
549 conn.setConnectTimeout(15000 /* milliseconds */);
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd421 <td>The time the event starts in UTC milliseconds since the epoch. </td>
425 <td>The time the event ends in UTC milliseconds since the epoch. </td>
802 <td>The beginning time of the instance, in UTC milliseconds.</td>
806 <td>The ending time of the instance, in UTC milliseconds.</td>
1008 <td>Event begin time in milliseconds from the epoch.</td>
1014 <td>Event end time in milliseconds from the epoch.</td>
1091 with the time of the event. The values for these times must be in UTC milliseconds
1141 <pre>// A date-time specified in milliseconds since the epoch.
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd97 anywhere from 30-50 milliseconds (on more recent devices) to 350 ms (on older
191 <p>Updating the security provider can take as much as 350 milliseconds (on
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp904 nsecs_t timeOutNs = kAudioCommandTimeoutNs + milliseconds(delayMs); in sendCommand()
918 command->mTime = systemTime() + milliseconds(delayMs); in insertCommand_l()
/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd115 (typically 20 milliseconds).</p>
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp431 milliseconds(CALLBACK_COND_WAIT_TIMEOUT_MS)) != in android_media_AudioRecord_release()

123