Home
last modified time | relevance | path

Searched refs:abortThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1271 float abortThreshold = -1.0f; in getAbortThreshold() local
1315 abortThreshold = in getAbortThreshold()
1320 if (abortThreshold < 0.0f) { in getAbortThreshold()
1321 abortThreshold = -1.0f; // do not abort in getAbortThreshold()
1327 abortThreshold); in getAbortThreshold()
1329 return abortThreshold; in getAbortThreshold()
/frameworks/base/services/java/com/android/server/
DSystemServer.java590 final int abortThreshold = SystemProperties.getInt(SYSPROP_FDTRACK_ABORT_THRESHOLD, 3000); in spawnFdLeakCheckThread() local
614 } else if (maxFd > abortThreshold) { in spawnFdLeakCheckThread()