Searched refs:time (Results 226 - 250 of 323) sorted by relevance

1234567891011>>

/frameworks/native/cmds/dumpstate/
H A Dutils.c29 #include <sys/time.h>
32 #include <time.h>
/frameworks/native/opengl/include/EGL/
H A Deglext.h595 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
597 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROID) (EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp63 // Grab the current monotonic time and the current wall-clock time so we
364 // Show date/time
365 time_t now = time(0);
399 // Set a presentation time slightly in the past. This will cause the
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImplLegacy.cpp26 #include <sys/time.h>
/frameworks/native/include/input/
H A DInputTransport.h294 * The frameTime parameter specifies the time when the current display frame started
295 * rendering in the CLOCK_MONOTONIC time base, or -1 if unknown.
332 * one more time to consume the deferred event.
445 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
/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/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 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/java/android/view/
H A DKeyEvent.java51 * at the same time and each will have its own key character map.
769 * Steps media forward, one frame at a time. */
772 * Steps media backward, one frame at a time. */
1295 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1297 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1318 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1320 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1343 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1345 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1372 * @param downTime The time (i
1445 KeyEvent(long time, String characters, int deviceId, int flags) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java489 NetworkStatsHistory stats, int before, int after, long time) {
490 assertEquals("unexpected before", before, stats.getIndexBefore(time));
491 assertEquals("unexpected after", after, stats.getIndexAfter(time));
488 assertIndexBeforeAfter( NetworkStatsHistory stats, int before, int after, long time) argument
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java941 void timeNotification(int n, String label, long time) { argument
944 .setWhen(time)
946 .setContentText(new java.util.Date(time).toString())
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java456 * Attaches a keyboard to this view. The keyboard can be switched at any time and the
476 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views
1474 long time = ev.getEventTime();
1480 addPoint(ev.getX(), ev.getY(), time);
1483 private void addPoint(float x, float y, long time) { argument
1490 } else if (pastTime[i] < time-LONGEST_PAST_TIME) {
1510 pastTime[i] = time;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java339 INetworkManagementService networkManagement, TrustedTime time, File systemDir,
348 mTime = checkNotNull(time, "missing TrustedTime");
1311 final Time time = new Time();
1312 time.setToNow();
1314 final int cycleDay = time.monthDay;
1315 final String cycleTimezone = time.timezone;
1685 // SKIP checking run-time OP_READ_PHONE_STATE since caller or self has PRIVILEGED
337 NetworkPolicyManagerService(Context context, IActivityManager activityManager, IPowerManager powerManager, INetworkStatsService networkStats, INetworkManagementService networkManagement, TrustedTime time, File systemDir, boolean suppressDefaultPolicy) argument
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java717 * that you can keep active all at once, less time will be spent in layout for
970 // on creating views from the time the user releases their finger to
2005 * The only time we want to intercept motion events is if we are in the
2372 final long time = SystemClock.uptimeMillis();
2373 final MotionEvent ev = MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 0, 0, 0);
2376 mFakeDragBeginTime = time;
2451 final long time = SystemClock.uptimeMillis();
2452 final MotionEvent ev = MotionEvent.obtain(mFakeDragBeginTime, time, MotionEvent.ACTION_MOVE,
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp24 #include <time.h>
/frameworks/av/media/libnbaio/
H A DNBLog.cpp24 #include <time.h>

Completed in 5769 milliseconds

1234567891011>>