/frameworks/base/core/java/android/os/ |
D | Vibrator.java | 64 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
|
D | SystemVibrator.java | 62 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()
|
D | IVibratorService.aidl | 23 void vibrate(int uid, String opPkg, long milliseconds, int usageHint, IBinder token); in vibrate() argument
|
D | NullVibrator.java | 45 public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) { in vibrate() argument
|
/frameworks/base/core/java/com/android/server/ |
D | ResettableTimeout.java | 52 public void go(long milliseconds) in go() argument 55 mOffAt = SystemClock.uptimeMillis() + milliseconds; in go()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 93 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/ |
D | ViewFlipper.java | 130 public void setFlipInterval(int milliseconds) { in setFlipInterval() argument 131 mFlipInterval = milliseconds; in setFlipInterval()
|
/frameworks/rs/api/ |
D | rs_time.spec | 90 summary: System uptime in milliseconds 92 Returns the current system clock (uptime) in milliseconds.
|
/frameworks/base/core/java/android/net/ |
D | SntpClient.java | 256 long milliseconds = time - seconds * 1000L; in writeTimeStamp() local 265 long fraction = milliseconds * 0x100000000L / 1000L; in writeTimeStamp()
|
/frameworks/rs/scriptc/ |
D | rs_time.rsh | 105 * rsUptimeMillis: System uptime in milliseconds 107 * Returns the current system clock (uptime) in milliseconds. 109 * Returns: Uptime in milliseconds.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 27 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/ |
D | rs_time.jd | 61 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/ |
D | EventLogTags.logtags | 28 # 3: Number of milliseconds
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 226 auto diff = std::chrono::duration_cast<std::chrono::milliseconds>(end - now); in main()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 1136 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/ |
D | change-location-settings.jd | 86 - 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/ |
D | animation-resource.jd | 171 <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/ |
D | README.txt | 48 is too aggressive, the filter response may lag by hundreds of milliseconds.
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 225 conn.setReadTimeout(10000 /* milliseconds */); 226 conn.setConnectTimeout(15000 /* milliseconds */);
|
D | xml.jd | 548 conn.setReadTimeout(10000 /* milliseconds */); 549 conn.setConnectTimeout(15000 /* milliseconds */);
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 421 <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/ |
D | security-gms-provider.jd | 97 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/ |
D | AudioPolicyService.cpp | 904 nsecs_t timeOutNs = kAudioCommandTimeoutNs + milliseconds(delayMs); in sendCommand() 918 command->mTime = systemTime() + milliseconds(delayMs); in insertCommand_l()
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | sample-rates.jd | 115 (typically 20 milliseconds).</p>
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 431 milliseconds(CALLBACK_COND_WAIT_TIMEOUT_MS)) != in android_media_AudioRecord_release()
|