Home
last modified time | relevance | path

Searched refs:maxDepth (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java955 int maxDepth = 0; in completeConstruction() local
961 if (maxDepth < depth) { in completeConstruction()
962 maxDepth = depth; in completeConstruction()
965 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()
967 mStateStack = new StateInfo[maxDepth]; in completeConstruction()
968 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java1790 Byte maxDepth = getValueFromKeyNonNull(key); in getPipelineMaxDepthChecked() local
1792 if (maxDepth == null) { in getPipelineMaxDepthChecked()
1797 + REQUEST_PIPELINE_MAX_DEPTH_MAX, maxDepth <= REQUEST_PIPELINE_MAX_DEPTH_MAX); in getPipelineMaxDepthChecked()
1799 return maxDepth; in getPipelineMaxDepthChecked()
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java505 private PersistableBundle deepCopyBundle(PersistableBundle bundle, int maxDepth) {
506 if (maxDepth <= 0) {
514 PersistableBundle bCopy = deepCopyBundle((PersistableBundle) o, maxDepth-1);
/frameworks/native/opengl/libagl/
Dcontext.h451 uint8_t maxDepth; member
Dmatrix.cpp388 maxDepth = depth; in init()
459 if (depth >= (maxDepth-1)) { in push()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c851 viewport.maxDepth = (float)1.0f; in demo_draw_build_cmd()
/frameworks/native/vulkan/api/
Dvulkan.api3642 f32 maxDepth
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...