Searched refs:time (Results 251 - 275 of 323) sorted by relevance

<<111213

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp29 #include <time.h>
145 // we're prepared for previous == &sInitial the first time through
184 // FIXME new may block for unbounded time at internal mutex of the heap
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp28 #include <time.h>
232 * buffer at a time, and a test output, where we provide small chunks of input
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp28 #include <sys/time.h>
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java37 * Utility class for producing strings with formatted date/time.
165 * @return true if 24 hour time format is selected, false otherwise.
175 * @return true if 24 hour time format is selected, false otherwise.
251 * Returns a {@link java.text.DateFormat} object that can format the time according
254 * @return the {@link java.text.DateFormat} object that properly formats the time.
261 * Returns a String pattern that can be used to format the time according
271 * Returns a String pattern that can be used to format the time according
336 * Given a format string and a time in milliseconds since Jan 1, 1970 GMT, returns a
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp34 #include <time.h>
126 ALOGV("mod time doesn't match: %ld vs. %ld\n", st->st_mtime, modifiedTime);
272 // Set the modification time for this file to the ZIP's mod time.
278 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno));
H A Dandroid_os_Debug.cpp32 #include <time.h>
33 #include <sys/time.h>
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp19 #include <time.h>
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java17 package com.android.datetimepicker.time;
H A DTimePickerDialog.java17 package com.android.datetimepicker.time;
41 import com.android.datetimepicker.time.RadialPickerLayout.OnValueSelectedListener;
48 * Dialog to set a time.
115 * the time (they clicked on the 'Set' button).
539 // Something's wrong, because time picker should definitely not be null.
616 * Check if the time that has been typed so far is completely legal, as is.
620 // For 24-hour mode, the time is legal if the hours and minutes are each legal. Note:
625 // For AM/PM mode, the time is legal if it contains an AM or PM, as those can only be
641 * Get out of keyboard mode. If there is nothing in typedTimes, revert to TimePicker's time.
642 * @param changeDisplays If true, update the displays with the relevant time
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java95 /** if time between NITZ updates is less than mNitzUpdateSpacing the update may be ignored. */
116 * Sometimes we get the NITZ time before we know what country we
117 * are in. Keep the time zone information from the NITZ string so
118 * we can fix the time zone once know the country.
129 /** Wake lock used while setting time of day. */
158 if (DBG) log("Auto time state changed");
166 if (DBG) log("Auto time zone state changed");
972 // set it as same as last time
1060 // If the offset is (0, false) and the time zone property
1061 // is set, use the time zon
1826 setAndBroadcastNetworkSetTime(long time) argument
[all...]
/frameworks/rs/
H A DrsScriptGroup.cpp24 #include <time.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp42 #include <sys/time.h>
435 SLuint32 timeOutIndex = 50; // time out prefetching after 5s
443 fprintf(stderr, "Failure to prefetch data in time, exiting\n");
H A DslesTestRecBuffQueue.cpp32 #include <sys/time.h>
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp23 #include <sys/time.h>
405 fprintf(stdout, "playback rate each time.\n\n");
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java144 * When retrying a sync for the first time use this delay. After that
145 * the retry time will double until it reached MAX_SYNC_RETRY_TIME.
151 * Default the max sync retry time to this value.
172 * How many bytes must be transferred (Tx + Rx) over the period of time defined by
185 * The maximum amount of time we're willing to delay syncs out of boot, after device has been
507 // This WakeLock is used to ensure that we stay awake between the time that we receive
749 Log.d(TAG, "one-time sync for: " + requestedAccount + " " + extras.toString() + " "
877 authority, newExtras, 0 /* immediate */, 0 /* No flex time*/,
908 LOCAL_SYNC_DELAY /* earliest run time */,
909 2 * LOCAL_SYNC_DELAY /* latest sync time
1451 formatTime(long time) argument
1657 dumpTimeSec(PrintWriter pw, long time) argument
[all...]
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1117 public OpEntry(int op, int mode, long time, long rejectTime, int duration, argument
1121 mTime = time;
1387 * as an early reject of some work. This does not modify the time stamp or other data
1413 * succeeds, the last execution time of the operation for this app will be updated to
1414 * the current time.
1441 * succeeds, the last execution time of the operation for the proxied app and
1442 * your app will be updated to the current time.
1466 * succeeds, the last execution time of the operation for this app will be updated to
1467 * the current time and the operation will be marked as "running". In this case you must
1506 * as an early reject of some work. This does not modify the time stam
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStats.java305 public void setElapsedRealtime(long time) { argument
306 elapsedRealtime = time;
542 * between two snapshots in time. Assumes that statistics rows collect over
543 * time, and that none of them have disappeared.
551 * between two snapshots in time. Assumes that statistics rows collect over
552 * time, and that none of them have disappeared.
564 * between two snapshots in time. Assumes that statistics rows collect over
565 * time, and that none of them have disappeared.
584 // result will have our rows, and elapsed time between snapshots
820 * change over time
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java402 Log.d(TAG, "Raw time: realtime=" + (rawRealtimeUs/1000) + " uptime="
404 Log.d(TAG, "Battery time: realtime=" + (mBatteryRealtime/1000) + " uptime="
406 Log.d(TAG, "Battery type time: realtime=" + (mTypeBatteryRealtime/1000) + " uptime="
548 // time and application wake lock time would account for. Assign
578 Log.d(TAG, "Screen bin #" + i + ": time=" + brightnessTime
615 Log.d(TAG, "Idle: time=" + idleTimeMs + " power=" + makemAh(idlePower));
626 * difference between total running time of WiFi for all apps and the actual running time
675 private BatterySipper addEntry(DrainType drainType, long time, doubl argument
[all...]
H A DProcessCpuTracker.java70 /** Stores user time and system time in 100ths of a second. */
73 /** Stores user time and system time in 100ths of a second. Used for
114 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user time
115 PROC_SPACE_TERM|PROC_OUT_LONG, // 2: nice time
116 PROC_SPACE_TERM|PROC_OUT_LONG, // 3: sys time
117 PROC_SPACE_TERM|PROC_OUT_LONG, // 4: idle time
118 PROC_SPACE_TERM|PROC_OUT_LONG, // 5: iowait time
119 PROC_SPACE_TERM|PROC_OUT_LONG, // 6: irq time
[all...]
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py10 import time namespace
330 time.sleep(0.5)
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py33 import time namespace
392 time.sleep(retry_delay)
/frameworks/native/libs/input/
H A DInputTransport.cpp51 // Minimum time difference between consecutive samples before attempting to resample.
54 // Maximum time to predict forward from the last known state, to avoid predicting too
55 // far into the future. This time is further bounded by 50% of the last time delta.
589 // touch, then use the resampled time and coordinates instead.
727 ALOGD("Not resampled, delta time is %lld ns.", delta);
739 ALOGD("Not resampled, delta time is %lld ns.", delta);
746 ALOGD("Sample time is too far in the future, adjusting prediction "
955 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { argument
959 && batch.samples.itemAt(index).body.motion.eventTime <= time) {
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp26 #include <sys/time.h>
27 #include <time.h>
76 // packet for a preiod of time, and a proxy might wait for incoming packets from
82 // + We use elapsedRealtime() to get the time. Since we use 32bit variables
210 // the first time we successfully decode an incoming packet.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1449 final View privateTime = contentViewLocal.findViewById(com.android.internal.R.id.time);
1450 final DateTimeView time = (DateTimeView) publicViewLocal.findViewById(R.id.time);
1452 time.setVisibility(View.VISIBLE);
1453 time.setTime(entry.notification.getNotification().when);

Completed in 2418 milliseconds

<<111213