Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/libs/common_time/
Dcommon_time_config_service.cpp92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) { in getPanicThreshold()
96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { in setPanicThreshold()
Dcommon_time_server_api.cpp225 status_t CommonTimeServer::getPanicThreshold(int *threshold) { in getPanicThreshold()
231 status_t CommonTimeServer::setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/av/media/common_time/
DICommonTimeConfig.cpp246 virtual status_t getPanicThreshold(int *threshold) { in getPanicThreshold()
262 virtual status_t setPanicThreshold(int threshold) { in setPanicThreshold()
462 int threshold; in onTransact() local
473 int threshold = data.readInt32(); in onTransact() local
/frameworks/base/libs/hwui/utils/
DMathUtils.h72 float angleInRads, float threshold) { in divisionsNeededToApproximateArc()
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/frameworks/base/core/java/android/os/
DCommonTimeConfig.java307 public int setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java482 final int threshold = width * height / 4; in scanImage() local
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java205 long threshold = Settings.Global.getLong(mResolver, in restatDataDir() local
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dtns.h71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java268 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
/frameworks/native/cmds/flatland/
DMain.cpp616 const double threshold = .0025; in runTest() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java814 final float threshold = mCallback.getMoveThreshold(viewHolder); in moveIfNecessary() local
1200 final float threshold = mRecyclerView.getWidth() * mCallback in checkHorizontalSwipe() local
1223 final float threshold = mRecyclerView.getHeight() * mCallback in checkVerticalSwipe() local
/frameworks/base/libs/hwui/
DPathTessellator.cpp158 float threshold = MathUtils::min(inverseScaleX, inverseScaleY) * ROUND_CAP_THRESH; in capExtraDivisions() local
902 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, float threshold, in approximatePathOutlineVertices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java267 Integer threshold = mScanId - NUM_SCANS_TO_CONFIRM_AP_LOSS; in fetchScanResults() local
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java654 int threshold = (int) (pixelCount * PACKING_THRESHOLD); in ComputeWorker() local
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java511 public void setThreshold(int threshold) { in setThreshold()
DSearchView.java1724 public void setThreshold(int threshold) { in setThreshold()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java1171 public int findRssiTarget(int from, int to, double threshold) { in findRssiTarget()
DWifiScanningServiceImpl.java1701 int threshold = (100 + brightest[i].level) / 32 + 2; in reconfigureScan() local
DWifiConfigStore.java1326 int threshold = thresholdInitialAutoJoinAttemptMin24RSSI.get(); in buildPnoList() local
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dadj_thr.c171 Word32 threshold; in initAvoidHoleFlag() local
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp2169 SLpermille threshold) { in android_audioPlayer_setBufferingUpdateThresholdPerMille()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1651 public void setThreshold(int threshold) { in setThreshold()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1585 float threshold = 0.0f; // default to pause after current block (47Kbytes) in changeConfiguration() local
/frameworks/base/core/java/android/app/
DActivityManager.java1689 public long threshold; field in ActivityManager.MemoryInfo

12