Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/media/codec2/components/base/
DAndroid.bp44 // public dependency for software codec implementation
71 // public dependency for software codec implementation
85 // public dependency for software codec implementation
/frameworks/opt/setupwizard/library/
Dstandalone-rules.gradle18 // dependencies from maven. To add a dependency, you want to specify something like this:
23 // And then in rules.gradle you can reference the dependency by
Dbuild.gradle23 // builds. To add a dependency, you want to specify something like this:
28 // And then in rules.gradle you can reference the dependency by
/frameworks/av/media/codec2/vndk/
DAndroid.bp82 // public dependency for implementing Codec 2 components
97 // public dependency for implementing Codec 2 framework utilities
/frameworks/av/media/codec2/hidl/1.0/utils/
DAndroid.bp107 // public dependency for Codec 2.0 HAL service implementations
118 // public dependency for Codec 2.0 HAL client
/frameworks/av/media/libaudioprocessing/tests/
DREADME1 For libsonic dependency:
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local
184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
/frameworks/av/services/audiopolicy/managerdefault/
DAndroid.bp26 // a dependency on it in the device makefile. There will be no build time
/frameworks/av/media/libaudiohal/
DAndroid.bp65 // which is not in any library but has a dependency on headers from libbinder.
/frameworks/base/packages/SystemUI/
DREADME.md10 on some custom dependency injection provided by Dependency.
48 If an instantiated dependency implements Dumpable it will be included in dumps
52 If an instantiated dependency implements ConfigurationChangeReceiver it will
77 Provides custom dependency injection.
/frameworks/base/core/java/android/app/
DApplicationLoaders.java172 for (SharedLibraryInfo dependency : dependencies) { in createAndCacheNonBootclasspathSystemClassLoader()
173 String dependencyPath = dependency.getPath(); in createAndCacheNonBootclasspathSystemClassLoader()
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
DAndroid.bp18 // java dependency
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/
DAndroid.bp23 // TODO(b/118893702): remove dependency once ui/BufferHubDefs.h moved
/frameworks/compile/slang/
DRSCCOptions.td104 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">;
105 def MP : Flag<["-"], "MP">, HelpText<"Also emit phony target for dependency files">;
/frameworks/av/media/tests/benchmark/src/native/common/
DAndroid.bp105 // public dependency for native implementation
/frameworks/native/libs/android_runtime_lazy/
DAndroid.bp26 // This library can be used to cut down the dependency between them.
/frameworks/base/core/proto/android/os/
Dheader.proto42 // Only use bytes type here to avoid indirect dependency on atoms.proto
/frameworks/ml/nn/runtime/
DAndroid.bp24 "test_com.android.neuralnetworks", // Due to the dependency from libneuralnetworks_common
/frameworks/base/packages/SystemUI/docs/
Ddagger.md2 *Dagger 2 is a dependency injection framework that compiles annotations to code
109 DependencyProvider. The type of the return value tells dagger which dependency it's providing.
Dplugins.md98 … version of the plugin should tagged with an annotation to declare its dependency on each of the p…
183 …ainst, you need to include it in your android studio project as a file dependency.  Once it is inc…
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1996 final Node dependency = keyNodes.get(rule); in findRoots() local
1998 if (dependency == null || dependency == node) { in findRoots()
2002 dependency.dependents.put(node, this); in findRoots()
2004 node.dependencies.put(rule, dependency); in findRoots()
/frameworks/ml/nn/runtime/test/
DAndroid.bp250 // Declare explicit library dependency for continuous builds
/frameworks/base/
DAndroid.bp422 // framework_srcs. These have no or very limited dependency to the framework.
554 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
555 // in favor of an API stubs dependency in java_library "framework" below.
/frameworks/base/core/java/android/preference/
DPreference.java1483 public void onDependencyChanged(Preference dependency, boolean disableDependent) { in onDependencyChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java620 void createSystemUI(Dependency dependency); in createSystemUI() argument

12