/frameworks/base/core/java/android/os/ |
D | LocalPowerManager.java | 33 void goToSleep(long time); in goToSleep() 42 void userActivity(long time, boolean noChangeLights, int eventType); in userActivity()
|
D | IPowerManager.aidl | 29 void goToSleep(long time); in goToSleep() 30 void goToSleepWithReason(long time, int reason); in goToSleepWithReason()
|
/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 155 long time = triggerTimeMillis; in getNextTimeMillis() local 200 long time = mStorage.getLong(name, 0); in getTimeBefore() local 333 Time time = new Time(); in toString() local
|
/frameworks/av/libvideoeditor/osal/inc/ |
D | M4OSA_Time.h | 44 #define M4OSA_TIME_TO_MS(result, time, timescale)\ argument
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4VSS3GPP_AudioMixing.c | 2154 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioMix() local 2283 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioMix() local 2481 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioReplace() local 2956 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingConvert() local 2986 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingConvert() local
|
/frameworks/base/core/java/android/net/http/ |
D | IdleCache.java | 76 long time = SystemClock.uptimeMillis(); in cacheConnection() local 131 long time = SystemClock.uptimeMillis(); in clearIdle() local
|
/frameworks/base/tools/preload/ |
D | Proc.java | 90 void startOperation(int threadId, LoadedClass loadedClass, long time, in startOperation() 117 LoadedClass loadedClass, long time) { in endOperation()
|
D | Record.java | 87 final long time; field in Record
|
/frameworks/base/core/tests/coretests/src/android/webkit/ |
D | WebkitTest.java | 47 long time = c.getTimeInMillis(); in testDateSorter() local
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyUtilsTest.java | 76 int time = rm.getRetryTimer(); in testRetryManagerSimplest() local
|
/frameworks/base/core/java/android/widget/ |
D | DateTimeView.java | 94 public void setTime(long time) { in setTime() 111 Date time = mTime; in update() local
|
D | ActivityChooserModel.java | 780 public final long time; field in ActivityChooserModel.HistoricalRecord 794 public HistoricalRecord(String activityName, long time, float weight) { in HistoricalRecord() 805 public HistoricalRecord(ComponentName activityName, long time, float weight) { in HistoricalRecord() 1012 final long time = in readHistoricalDataImpl() local
|
/frameworks/av/media/mtp/ |
D | MtpObjectInfo.cpp | 60 time_t time; in read() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | Call.java | 122 long time = Long.MAX_VALUE; in getEarliestConnection() local 150 long time = Long.MAX_VALUE; in getEarliestCreateTime() local
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 304 public float estimateX(float time) { in estimateX() 313 public float estimateY(float time) { in estimateY() 335 private float estimate(float time, float[] c) { in estimate()
|
/frameworks/support/volley/src/com/android/volley/ |
D | VolleyLog.java | 92 public final long time; field in VolleyLog.MarkerLog.Marker 94 public Marker(String name, long thread, long time) { in Marker()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vop.cpp | 129 Int time = 0; /* follows EncodeVop value */ in EncodeVop_NoME() local 198 Int time = 0; /* follows EncodeVop value */ in EncodeSlice() local
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
D | parser_rel.h | 43 #define YMD_HMS_2_INT(year, mon, day, date, hour, min, sec, time) do{\ argument 55 int32_t time; /**< hour * 10000 + min *100 + sec */ member
|
/frameworks/base/core/java/android/webkit/ |
D | DateSorter.java | 83 public int getIndex(long time) { in getIndex()
|
D | HTML5VideoViewProxy.java | 196 public static void play(String url, int time, HTML5VideoViewProxy proxy, in play() 265 public static void seek(int time, HTML5VideoViewProxy proxy) { in seek() 373 Integer time = (Integer) msg.obj; in handleMessage() local 670 public void seek(int time) { in seek()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PkgUsageStats.java | 53 public PkgUsageStats(String pkgName, int count, long time, Map<String, Long> lastResumeTimes) { in PkgUsageStats()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 102 int time = 10; in main() local
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 83 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
/frameworks/base/services/java/com/android/server/ |
D | TwilightCalculator.java | 71 public void calculateTwilight(long time, double latiude, double longitude) { in calculateTwilight()
|
/frameworks/av/media/libstagefright/ |
D | SampleIterator.cpp | 289 uint32_t sampleIndex, uint32_t *time) { in findSampleTime()
|