Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
DTestScene.h37 struct Options { struct
47 static test::TestScene* simpleCreateScene(const TestScene::Options&) { in simpleCreateScene()
DBitmapAllocationTestUtils.h53 static test::TestScene* createBitmapAllocationScene(const TestScene::Options&) { in createBitmapAllocationScene()
/frameworks/av/media/libheadtracking/
DStillnessDetector.h50 struct Options { struct
75 explicit StillnessDetector(const Options& options); argument
DPoseDriftCompensator.h50 struct Options { struct
DPoseRateLimiter.h66 struct Options { struct
DModeSelector.h67 struct Options { struct
DPoseRateLimiter-test.cpp30 using Options = PoseRateLimiter::Options; typedef
DHeadTrackingProcessor-test.cpp30 using Options = HeadTrackingProcessor::Options; typedef
DPoseDriftCompensator-test.cpp31 using Options = PoseDriftCompensator::Options; typedef
DStillnessDetector-test.cpp30 using Options = StillnessDetector::Options; typedef
/frameworks/base/libs/hwui/tests/common/scenes/
DPathClippingAnimation.cpp100 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280202()
106 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280302()
112 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280402()
118 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280502()
124 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280602()
130 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280702()
137 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280802()
144 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280902()
151 [](const TestScene::Options&) -> test::TestScene* { in __anon24a6f6280a02()
DRoundRectClippingAnimation.cpp74 [](const TestScene::Options&) -> test::TestScene* { in __anon80bd91910202()
81 [](const TestScene::Options&) -> test::TestScene* { in __anon80bd91910302()
87 [](const TestScene::Options&) -> test::TestScene* { in __anon80bd91910402()
93 [](const TestScene::Options&) -> test::TestScene* { in __anon80bd91910502()
100 [](const TestScene::Options&) -> test::TestScene* { in __anon80bd91910602()
/frameworks/av/media/libheadtracking/include/media/
DHeadTrackingProcessor.h39 struct Options { struct
43 float predictionDuration = 0;
47 int64_t screenStillnessWindowDuration = 0;
/frameworks/base/tools/bit/
Dmain.cpp77 struct Options { struct
93 Options(); argument
97 Options::Options() in Options() function in Options
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp171 struct Options { struct
172 bool verbose = false;
173 int threads = 1;
174 int opcode = BenchmarkOps::Read;
175 int blocksize = 1;
176 int count = 1;
177 int instances = 1;
178 int timeout = 1;
179 int warmup = 0;
/frameworks/av/include/media/
DMediaTrack.h110 enum Options { enum
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DMain.java58 private static class Options { class in Main
/frameworks/compile/slang/tests/
Dslang_test.py70 class Options(object): class
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java44 public static class Options { class in BitmapFactory
49 public Options() { in Options() method in BitmapFactory.Options
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java37 public static class Options { class in OperationScheduler
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp485 struct Options { struct in android::BinderRpc
486 size_t numThreads = 1;
487 size_t numSessions = 1;
488 size_t numIncomingConnections = 0;
489 size_t numOutgoingConnections = SIZE_MAX;
/frameworks/compile/slang/
Dslang_backend.cpp176 llvm::TargetOptions Options; in CreateCodeGenPasses() local