Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp145 bool parseLibrary(const XMLElement& xmlLibrary, Libraries* libraries) { in parseLibrary() argument
152 libraries->push_back({name, path}); in parseLibrary()
169 bool parseEffect(const XMLElement& xmlEffect, Libraries& libraries, Effects* effects) { in parseEffect() argument
180 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) { in parseEffect()
190 auto* library = findByName(libraryName, libraries); in parseEffect()
299 registerFailure(parseLibrary(xmlLibrary, &config->libraries)); in parseWithPath()
306 registerFailure(parseEffect(xmlEffect, config->libraries, &config->effects)); in parseWithPath()
/frameworks/compile/mclinker/tools/mcld/
DAndroid.bp1 // Collect target specific code generation libraries
34 // arch-specific static libraries depend on libmcldTarget.
61 // Add target specific code generation libraries
/frameworks/av/media/libmedia/include/media/
DPluginLoader.h81 libraries.push(library); in loadOne()
90 Vector<sp<SharedLibrary> > libraries; variable
/frameworks/base/tests/net/smoketest/
DAndroid.bp7 // test is effectively empty beyond validating that the libraries load correctly, and
11 // dependent libraries.
/frameworks/base/startop/apps/ColorChanging/
Dgradle.properties16 # https://developer.android.com/topic/libraries/support-library/androidx-rn
18 # Automatically convert third-party libraries to use AndroidX
/frameworks/base/cmds/app_process/
DAndroid.bp31 // This is a list of libraries that need to be included in order to avoid
54 …// // that depend on sanitized libraries will be relinked, even if they set LOCAL_SANITIZE …
/frameworks/opt/telephony/
DREADME.txt3 This directory contains telephony libraries which function as the
7 These libraries run in the com.android.phone process and exist to support
/frameworks/base/apex/
DAndroid.bp74 // stubs libraries.
77 // Framework modules are not generally shared libraries, i.e. they are not
110 // The stub libraries must be visible to frameworks/base so they can be combined
111 // into API specific libraries.
/frameworks/native/libs/vr/libdvr/tests/
DAndroid.bp75 // DTS Should only link to NDK libraries.
101 // DTS Should only link to NDK libraries.
/frameworks/compile/libbcc/bcinfo/
DAndroid.bp96 // Statically link-in the required LLVM libraries
102 // do not, export symbols from the LLVM libraries.
/frameworks/opt/setupwizard/library/
Drules.gradle19 // DEPRECATED: Platform version that will not include the compatibility libraries
26 // Provides backwards compatibility for Gingerbread or above, using support libraries.
/frameworks/av/media/utils/
DREADME4 be used across several of the media libraries.
/frameworks/av/media/codec2/tests/
DAndroid.bp16 // param tests must not depend on any codec2 libraries as all params should be templated
/frameworks/base/native/android/
Dlibandroid_net.map.txt2 # Unlike other VNDK libraries where keeping backwards compatibility is required
/frameworks/av/media/libeffects/config/include/media/
DEffectsConfig.h87 Libraries libraries; member
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in31 /* Define if you have POSIX threads libraries and header files. */
61 /* Define to the sub-directory in which libtool stores uninstalled libraries.
/frameworks/base/tools/aapt2/
Ddevelopment.md8 Static version of the tool (without shared libraries) can be built with `make -j static_sdk_tools d…
/frameworks/libs/native_bridge_support/overriding/
DAndroid.bp17 // We introduce this namespace so that native bridge guest libraries are built
/frameworks/libs/native_bridge_support/
DAndroid.bp31 // TODO(b/24465209): keep stub libraries old loader-compatible.
/frameworks/base/services/robotests/backup/
DAndroid.bp47 // Include the testing libraries
/frameworks/minikin/app/
DAndroid.bp22 // Shared libraries which are dependencies of minikin; these are not automatically
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/
DAndroid.bp52 // Include all the libraries
/frameworks/av/media/libeffects/data/
Daudio_effects.conf8 libraries {
/frameworks/base/services/robotests/
DAndroid.bp43 // Include the testing libraries
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java114 ArrayList<SharedLibraryInfo> libraries = new ArrayList<>(); in createMockSharedLibrary() local
115 libraries.add(info); in createMockSharedLibrary()
116 return libraries; in createMockSharedLibrary()

123