HomeSort by relevance Sort by last modified time
    Searched defs:Duration (Results 1 - 18 of 18) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Duration.java 24 * Class for representing "Duration" object for CAT.
28 public class Duration implements Parcelable {
51 public Duration(int timeInterval, TimeUnit timeUnit) {
56 private Duration(Parcel in) {
70 public static final Parcelable.Creator<Duration> CREATOR = new Parcelable.Creator<Duration>() {
71 public Duration createFromParcel(Parcel in) {
72 return new Duration(in);
75 public Duration[] newArray(int size) {
76 return new Duration[size]
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
Duration.java 29 public class Duration
38 public Duration()
80 "Duration.parse(str='" + str + "') expected 'P' at index="
120 "Duration.parse(str='" + str + "') unexpected char '"
  /external/qemu/android/
looper.h 28 /* An Duration represents a duration in milliseconds */
29 typedef int64_t Duration;
31 /* A special Duration value used to mean "infinite" */
32 #define DURATION_INFINITE ((Duration)INT64_MAX)
91 Duration (*now) (Looper* looper);
94 int (*run) (Looper* looper, Duration deadline_ms);
118 void (*startRelative)(void* impl, Duration timeout_ms);
119 void (*startAbsolute)(void* impl, Duration deadline_ms);
151 loopTimer_startRelative(LoopTimer* timer, Duration timeout_ms
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 278 ALOGV("Mp3Reader duration=%ld",pReaderContext->mMaxDuration);
440 int64_t Duration;
485 streamDesc.duration = meta->findInt64(kKeyDuration, &Duration);
486 streamDesc.duration = (M4OSA_Time)Duration/1000;
490 ALOGV("Bitrate = %d, SampleRate = %d duration = %lld",
491 streamDesc.averageBitrate,streamDesc.timeScale,Duration/1000);
536 pStreamHandler->m_duration = streamDesc.duration;
537 pReaderContext->mMaxDuration = streamDesc.duration;
    [all...]
VideoEditor3gpReader.cpp 648 ALOGV("VideoEditor3gpReader_getOption duration %d",pC->mMaxDuration);
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 18 //$Id: Duration.java 759828 2009-03-30 01:26:29Z mrglavas $
33 * <p>A Duration object represents a period of Gregorian time,
40 * A negative sign indicates a negative duration.</p>
43 * to use for the duration datatype of XML Schema 1.0 with
47 * <p>Duration objects only have partial order, where two values A and B
52 * <li>A==B (A and B are of the same duration)
57 * The {@link #compare(Duration duration)} method implements this
60 * <p>See the {@link #isLongerThan(Duration)} method for details about
61 * the order relationship among <code>Duration</code> objects.</p
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 426 uint32 Duration;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 426 uint32 Duration;
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 308 milliseconds