Searched refs:time (Results 176 - 200 of 255) sorted by relevance

1234567891011

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java608 public boolean setP2pGroupIdle(String iface, int time) { argument
610 return doBooleanCommandNative("IFNAME=" + iface + " SET p2p_group_idle " + time);
/frameworks/native/cmds/dumpstate/
H A Dutils.c29 #include <sys/time.h>
32 #include <time.h>
/frameworks/native/opengl/include/EGL/
H A Deglext.h573 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
575 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROID) (EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java778 long time = getDrawingTime();
780 mAnimation.getTransformation(time, mTransformation);
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp31 #include <time.h>
118 ALOGV("mod time doesn't match: %ld vs. %ld\n", st->st_mtime, modifiedTime);
238 // Set the modification time for this file to the ZIP's mod time.
244 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno));
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp21 #include <time.h>
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp19 #include <time.h>
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java17 package com.android.datetimepicker.time;
361 // The time points are half of what they would normally be, because this animation is
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java85 /** if time between NITZ updates is less than mNitzUpdateSpacing the update may be ignored. */
107 * Sometimes we get the NITZ time before we know what country we
108 * are in. Keep the time zone information from the NITZ string so
109 * we can fix the time zone once know the country.
120 /** Wake lock used while setting time of day. */
147 if (DBG) log("Auto time state changed");
155 if (DBG) log("Auto time zone state changed");
917 // If the offset is (0, false) and the time zone property
918 // is set, use the time zone property rather than GMT.
929 // For NITZ string without time zon
1540 setAndBroadcastNetworkSetTime(long time) argument
[all...]
/frameworks/rs/
H A DrsRuntime.h24 #include <time.h>
H A DrsScript.cpp18 #include <time.h>
H A DrsScriptC_LibGL.cpp37 #include <time.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp21 #include <sys/time.h>
H A DslesTestEqOutputPath.cpp21 #include <sys/time.h>
H A DslesTestRecBuffQueue.cpp42 #include <sys/time.h>
H A DslesTestSendToPresetReverb.cpp22 #include <sys/time.h>
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp23 #include <sys/time.h>
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java58 * as event title, location, start time, end time, etc. The event can occur
59 * one-time or can recur multiple times. Attendees, reminders, and extended
62 * <li>The {@link Instances} table holds the start and end time for occurrences
64 * one-time events there will be a 1:1 mapping of instances to events. For
118 * {@link #EXTRA_EVENT_BEGIN_TIME} has the start time of the instance. The
136 * Intent Extras key: The start time of an event or an instance of a
142 * Intent Extras key: The end time of an event or an instance of a recurring
403 * The time zone the calendar is associated with.
432 * Can the organizer modify the time zon
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java455 NetworkStatsHistory stats, int before, int after, long time) {
456 assertEquals("unexpected before", before, stats.getIndexBefore(time));
457 assertEquals("unexpected after", after, stats.getIndexAfter(time));
454 assertIndexBeforeAfter( NetworkStatsHistory stats, int before, int after, long time) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java452 * Attaches a keyboard to this view. The keyboard can be switched at any time and the
472 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views
1469 long time = ev.getEventTime();
1475 addPoint(ev.getX(), ev.getY(), time);
1478 private void addPoint(float x, float y, long time) { argument
1485 } else if (pastTime[i] < time-LONGEST_PAST_TIME) {
1505 pastTime[i] = time;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java679 * that you can keep active all at once, less time will be spent in layout for
932 // on creating views from the time the user releases their finger to
1917 * The only time we want to intercept motion events is if we are in the
2284 final long time = SystemClock.uptimeMillis();
2285 final MotionEvent ev = MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 0, 0, 0);
2288 mFakeDragBeginTime = time;
2363 final long time = SystemClock.uptimeMillis();
2364 final MotionEvent ev = MotionEvent.obtain(mFakeDragBeginTime, time, MotionEvent.ACTION_MOVE,
/frameworks/av/services/audioflinger/
H A DThreads.cpp96 // RecordThread loop sleep time upon application overrun or audio HAL read error
99 // maximum time to wait for setParameters to complete
102 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
104 // maximum divider applied to the active sleep time in the mixer thread loop
120 FastMixer_Static, // initialize if needed, then use all the time if initialized,
190 // get current thread's delta CPU time in wall clock ns
1867 // the first time it is set, so we don't have to worry about un-muting.
1979 - active sleep time
1980 - idle sleep time
2768 // increase sleep time progressivel
3792 uint32_t time; local
3803 uint32_t time; local
3814 uint32_t time; local
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java102 * corresponds to the time the event happened (or will happen, in the case of events that have
112 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
113 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
114 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
167 * at the same time.
303 * reference to something that happened at a particular point in time,
317 * set if you want the sound and/or vibration play each time the
693 * @param when The time to show in the time field. In the System.currentTimeMillis
995 * <p>Uses the {@link #icon} and {@link #when} fields to set the icon and time field
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java53 * at the same time and each will have its own key character map.
1381 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1383 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1404 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1406 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1429 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1431 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1458 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1460 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1489 * @param downTime The time (i
1531 KeyEvent(long time, String characters, int deviceId, int flags) argument
[all...]

Completed in 1644 milliseconds

1234567891011