Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/base/core/java/android/os/
DLocalPowerManager.java33 void goToSleep(long time); in goToSleep()
42 void userActivity(long time, boolean noChangeLights, int eventType); in userActivity()
DIPowerManager.aidl29 void goToSleep(long time); in goToSleep()
30 void goToSleepWithReason(long time, int reason); in goToSleepWithReason()
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java155 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/
DM4OSA_Time.h44 #define M4OSA_TIME_TO_MS(result, time, timescale)\ argument
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_AudioMixing.c2154 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/
DIdleCache.java76 long time = SystemClock.uptimeMillis(); in cacheConnection() local
131 long time = SystemClock.uptimeMillis(); in clearIdle() local
/frameworks/base/tools/preload/
DProc.java90 void startOperation(int threadId, LoadedClass loadedClass, long time, in startOperation()
117 LoadedClass loadedClass, long time) { in endOperation()
DRecord.java87 final long time; field in Record
/frameworks/base/core/tests/coretests/src/android/webkit/
DWebkitTest.java47 long time = c.getTimeInMillis(); in testDateSorter() local
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyUtilsTest.java76 int time = rm.getRetryTimer(); in testRetryManagerSimplest() local
/frameworks/base/core/java/android/widget/
DDateTimeView.java94 public void setTime(long time) { in setTime()
111 Date time = mTime; in update() local
DActivityChooserModel.java780 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/
DMtpObjectInfo.cpp60 time_t time; in read() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DCall.java122 long time = Long.MAX_VALUE; in getEarliestConnection() local
150 long time = Long.MAX_VALUE; in getEarliestCreateTime() local
/frameworks/base/core/java/android/view/
DVelocityTracker.java304 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/
DVolleyLog.java92 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/
Dvop.cpp129 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/
Dparser_rel.h43 #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/
DDateSorter.java83 public int getIndex(long time) { in getIndex()
DHTML5VideoViewProxy.java196 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/
DPkgUsageStats.java53 public PkgUsageStats(String pkgName, int count, long time, Map<String, Long> lastResumeTimes) { in PkgUsageStats()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp102 int time = 10; in main() local
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java83 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
/frameworks/base/services/java/com/android/server/
DTwilightCalculator.java71 public void calculateTwilight(long time, double latiude, double longitude) { in calculateTwilight()
/frameworks/av/media/libstagefright/
DSampleIterator.cpp289 uint32_t sampleIndex, uint32_t *time) { in findSampleTime()

12345