/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 65 int interval) 73 interval = property_interval; 77 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) 80 m->swapInterval = interval;
|
/hardware/qcom/display/msm8909/libgralloc/ |
framebuffer.cpp | 58 int interval) 66 interval = property_interval; 70 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) 73 m->swapInterval = interval;
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 65 int interval) 73 interval = property_interval; 77 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) 80 m->swapInterval = interval;
|
/hardware/qcom/display/msm8994/libgralloc/ |
framebuffer.cpp | 66 int interval) 74 interval = property_interval; 78 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) 81 m->swapInterval = interval;
|
/hardware/qcom/display/msm8996/libgralloc/ |
framebuffer.cpp | 58 int interval) 66 interval = property_interval; 70 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) 73 m->swapInterval = interval;
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
SamplingProfiler.java | 274 * @param interval The number of milliseconds between samples 276 public void start(int interval) { 277 if (interval < 1) { 278 throw new IllegalArgumentException("interval < 1"); 285 timer.scheduleAtFixedRate(sampler, 0, interval);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
PinDialogFragment.java | 602 int interval = mMaxValue - mMinValue + 1; 603 if (value < mMinValue - interval || value > mMaxValue + interval) { 607 return (value < mMinValue) ? value + interval 608 : (value > mMaxValue) ? value - interval : value;
|
/system/bt/bta/dm/ |
bta_dm_cfg.c | 475 * Sniff Table entries must be ordered from highest latency (biggest interval) to lowest latency. 488 * interval) to lowest latency. If there's a conflict among the connected 491 /* sniff modes: max interval, min interval, attempt, timeout */ 516 * the entries in this table must be from highest latency (biggest interval) to lowest latency */
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConnectivityManager.java | 70 // it should comply to the minimum scan interval rule. 73 // Periodic scan interval in milli-seconds. This is the scan 79 // scan interval in this scenario. 82 // PNO scan interval in milli-seconds. This is the scan 85 // PNO scan interval in milli-seconds. This is the scan 103 // This is the time interval for the connection attempt rate calculation. Connection attempt 104 // timestamps beyond this interval is evicted from the list. 106 // Max number of connection attempts in the above time interval. 668 // Start a single scan and set up the interval for next single scan. 700 // Set up the next scan interval in an exponential backoff fashion [all...] |
/system/bt/stack/btm/ |
btm_inq.c | 153 ** interval, the default values are used. 162 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) 195 /* If the window and/or interval is '0', set to default values */ 199 if (!interval) 200 interval = BTM_DEFAULT_DISC_INTERVAL; 202 BTM_TRACE_API ("BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2], window 0x%04x, interval 0x%04x", 203 inq_mode, window, interval); 205 /*** Check for valid window and interval parameters ***/ 209 /* window must be less than or equal to interval */ 212 interval < HCI_MIN_INQUIRYSCAN_INTERVAL | [all...] |
/system/bt/stack/include/ |
btm_ble_api.h | 140 /* default scan interval */ 165 /* default connection interval min */ 170 /* default connectino interval max */ 190 /* minimum acceptable connection interval */ 387 /* slave preferred connection interval range */ 453 tBTM_BLE_INT_RANGE int_range; /* slave prefered conn interval range */ [all...] |
/external/dbus/dbus/ |
dbus-mainloop.c | 456 int interval; local 460 interval = dbus_timeout_get_interval (tcb->timeout); 462 interval_seconds = interval / 1000L; 463 interval_milliseconds = interval % 1000L; 480 _dbus_verbose ("Interval is %ld seconds %ld msecs\n", 516 if (*timeout > interval) 524 *timeout = interval;
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 219 .BI mmp_update_interval= interval 220 Adjust the initial MMP update interval to 221 .I interval 223 .I interval 224 of 0 means to use the default interval. The specified interval must 677 mount count or check interval.
|
/external/google-breakpad/src/common/windows/ |
omap.cc | 304 // This interval ends right where the gap starts. It needs to have its 414 // Get the unique set of interval endpoints. 432 // For each endpoint we want the smallest index of any interval containing 434 // each interval endpoint contained in the current interval. In the general 615 // Backup to find the interval that contains our query point. 622 // through the image map directly as it is already sorted by interval start
|
/external/icu/icu4c/source/i18n/unicode/ |
choicfmt.h | 555 * Interval 0 is special; during formatting (mapping numbers to 559 * Interval i maps to and from string fChoiceFormats[i]. When 561 * their lower limit, that is, interval i maps to fChoiceLimit[i]. 564 * formatting but does not affect parsing. Interval i is affected 566 * is FALSE, then the value fChoiceLimits[i] is in interval i. 573 * in interval i-1. That is, intervals i-1 and i are: 578 * Because of the nature of interval 0, fClosures[0] has no
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
UsageStatsDatabase.java | 202 Slog.d(TAG, "Found " + files.length + " stat files for interval " + i); 339 * Get the latest stats that exist for this interval type. 344 throw new IllegalArgumentException("Bad interval type " + intervalType); 385 * Find all {@link IntervalStats} for the given range and interval type. 391 throw new IllegalArgumentException("Bad interval type " + intervalType); 456 * Find the interval that best matches this range. 541 throw new IllegalArgumentException("Bad interval type " + intervalType);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | 257 uint16 listen; /* listen interval */ 263 uint16 listen; /* listen interval */ 603 uint8 count; /* TBTTs until beacon interval in quiet starts */ 620 uint8 interval; member in struct:dot11_ibss_dfs 798 /* Timeout Interval IE */ 1640 uint8 interval; \/* in unit of beacon interval *\/ member in struct:dot11_timbc_req_ie 1660 uint8 interval; \/* in unit of beacon interval *\/ member in struct:dot11_timbc_resp_ie 2005 uint16 interval; member in struct:dot11_wnm_sleep_ie 2263 uint16 interval; member in struct:dot11_rmreq_bcn 2318 uint16 interval; member in struct:dot11_rmreq_chanload 2344 uint16 interval; member in struct:dot11_rmreq_noise 2382 uint16 interval; member in struct:dot11_rmreq_frame 2422 uint16 interval; member in struct:dot11_rmreq_stat 2443 uint16 interval; member in struct:dot11_rmreq_tx_stream 3385 uint32 interval; \/* in ms bwtween the start of 2 Awake Windows *\/ member in struct:wakeup_sch_ie [all...] |
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 181 virtual void setSwapInterval(int interval) = 0; 239 virtual void setSwapInterval(int interval); 308 void egl_window_surface_t::setSwapInterval(int interval) 310 nativeWindow->setSwapInterval(nativeWindow, interval); 343 virtual void setSwapInterval(int interval) { (void)interval; } 886 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) 899 draw->setSwapInterval(interval); 901 rcEnc->rcFBSetSwapInterval(rcEnc, interval); //TODO: implement on the host [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtcp_sender.cc | 350 For audio we use a fix 5 sec interval 352 For video we use 1 sec interval fo a BW smaller than 360 kbit/s, 371 The interval between RTCP packets is varied randomly over the 372 range [0.5,1.5] times the calculated interval to avoid unintended 397 3. The deterministic calculated interval Td is set to max(Tmin, n*C). 399 4. The calculated interval T is set to a number uniformly distributed 400 between 0.5 and 1.5 times the deterministic calculated interval. 893 // The interval between RTCP packets is varied randomly over the 894 // range [1/2,3/2] times the calculated interval. [all...] |
/frameworks/native/libs/gui/ |
Surface.cpp | 136 int Surface::hook_setSwapInterval(ANativeWindow* window, int interval) { 138 return c->setSwapInterval(interval); 213 int Surface::setSwapInterval(int interval) { 216 // interval is silently clamped to minimum and maximum implementation 219 if (interval < minSwapInterval) 220 interval = minSwapInterval; 222 if (interval > maxSwapInterval) 223 interval = maxSwapInterval; 225 mSwapIntervalZero = (interval == 0); [all...] |
/art/runtime/ |
profiler.h | 159 // 2. Interval: the time between each sample in a run. 163 // 'duration'. The run consists of a series of samples, each of which is 'interval' microseconds 194 // The sampling interval in microseconds is passed as an argument.
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_timers.c | 255 * Setting the interval to zero ensures that evDrop() will 294 else if (strcmp(param, "interval") == 0) 507 * Setting the interval to zero will cause the timer to
|
/development/ndk/platforms/android-4/include/KHR/ |
khrplatform.h | 67 * khronos_utime_nanoseconds_t unsigned time interval or absolute time in 69 * khronos_stime_nanoseconds_t signed time interval in nanoseconds 232 * These types can be used to represent a time interval in nanoseconds or
|
/device/asus/fugu/libaudio/ |
AudioHotplugThread.cpp | 171 struct snd_interval* interval = param_to_interval( local 173 *min = interval->min; 174 *max = interval->max;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
RandomData.java | 205 * Generates a uniformly distributed random value from the open interval 220 * @param lower lower endpoint of the interval of support 221 * @param upper upper endpoint of the interval of support
|