Searched defs:time (Results 76 - 80 of 80) sorted by relevance

1234

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java415 /** Begin time cut is larger than the video clip duration. */
418 /** Begin cut time is larger or equal than end cut. */
487 /** Clips don't have the same MPEG-4 time scale. */
509 * The time at which an audio track is added can't be higher than the
564 /** The time scale is too big. */
711 /** End time smaller than start time for trim */
1148 * Insertion time in milliseconds, in the output video where the
1161 * Start time in milliseconds in the background muisc file from where
1168 * End time i
3071 renderPreviewFrame(Surface surface, long time, int surfaceWidth, int surfaceHeight, VideoEditor.OverlayData overlayData) argument
3137 renderMediaItemPreviewFrame(Surface surface, String filepath, long time, int framewidth, int frameheight) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp541 void InputReader::disableVirtualKeysUntilLocked(nsecs_t time) { argument
542 mDisableVirtualKeysTimeout = time;
805 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) { argument
807 mReader->disableVirtualKeysUntilLocked(time);
921 if (!changes) { // first time only
1998 if (!changes) { // first time only
2284 if (!changes) { // first time only
2694 if (!changes) { // first time only
2727 // Send reset, unless this is the first time the device has been configured,
3775 // Disable all virtual key touches that happen within a short time interva
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp24 #include <sys/time.h>
132 // RecordThread loop sleep time upon application overrun or audio HAL read error
135 // maximum time to wait for setParameters to complete
138 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
140 // maximum divider applied to the active sleep time in the mixer thread loop
155 FastMixer_Static, // initialize if needed, then use all the time if initialized,
241 ALOGI("Using %u mSec as standby time.", int_val);
244 ALOGI("Using default %u mSec as standby time.",
2413 // get current thread's delta CPU time in wall clock ns
2496 // the first time i
3899 uint32_t time; local
3910 uint32_t time; local
3921 uint32_t time; local
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java669 // the screen all-the-time. Good for profiling our drawing code
682 // true means redraw the screen all-the-time. Only with AUTO_REDRAW_HACK
795 * Time of the last time sending touch event to WebViewCore
800 * The minimum elapsed time before sending another ACTION_MOVE event to
874 // But system time out is 100ms, which is too short for the browser.
881 // But system time out is 500ms, which is too short for the browser.
916 // time than large distances, but we cap the duration, so that very large
919 // time for the longest scroll animation
979 // SetBaseLayer time and to pause when WebView paused.
1656 // down two keys at a time (shif
6540 doTrackball(long time, int metaState) argument
8320 letPageHandleNavKey(int keyCode, long time, boolean down, int metaState) argument
[all...]
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h405 // Sun Pro CC supports exceptions. However, there is no compile-time way of
524 # include <time.h> // NOLINT
541 // implementation of it already. At this time, GCC 4.0.0+ and MSVC
1742 // The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time
1775 // are determined at run-time (this is gcc's extension and not part
1781 // // not a compile-time constant.
1784 // expr is a compile-time constant. (Template arguments must be
1785 // determined at compile-time.)
2070 // for compile-time type checking, and has no overhead in an
2071 // optimized build at run-time, a
2134 const timespec time = { local
[all...]

Completed in 1192 milliseconds

1234