/frameworks/av/media/libeffects/data/ |
D | audio_effects.conf | 89 library bundle 93 library bundle 97 library bundle 101 library bundle 105 library reverb 109 library reverb 113 library reverb 117 library reverb 121 library visualizer 125 library downmix [all …]
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 1 This library (com.android.mediadrm.signer.jar) is a shared java library 6 --- Rules of this library --- 7 o This library is effectively a PUBLIC API for unbundled CAST receivers 11 o This library can see and instantiate internal platform classes, but it must not 13 break clients of the library because they cannot see the internal platform classes. 15 This library is distributed in the system image, and loaded as 16 a shared library. So you can change the implementation, but not 19 --- Why does this library exist? --- 23 This library will eventually be replaced when the provisioned certificate- 24 based signing infrastructure that is currently defined in the support library [all …]
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 1 This library (com.android.media.remotedisplay.jar) is a shared java library 4 --- Rules of this library --- 5 o This library is effectively a PUBLIC API for unbundled remote display providers 9 o This library can see and instantiate internal platform classes, but it must not 11 break clients of the library because they cannot see the internal platform classes. 13 This library is distributed in the system image, and loaded as 14 a shared library. So you can change the implementation, but not 17 --- Why does this library exists? --- 22 This library will eventually be replaced when the media route provider 23 infrastructure that is currently defined in the support library is reintegrated [all …]
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 1 This library (com.android.media.tv.remoteprovider.jar) is a shared java library 4 --- Rules of this library --- 5 o This library is effectively a System API for unbundled emote service provider 9 o This library can see and instantiate internal platform classes, but it must not 11 break clients of the library because they cannot see the internal platform classes. 13 This library is distributed in the system image, and loaded as 14 a shared library. So you can change the implementation, but not 17 --- Why does this library exist? --- 22 This library will eventually be replaced when the inputmanager 25 That API isn't ready yet so this library is a compromise to
|
/frameworks/base/location/lib/ |
D | README.txt | 1 This library (com.android.location.provider.jar) is a shared java library 4 --- Rules of this library --- 5 o This library is effectively a PUBLIC API for unbundled location providers 9 o This library can see and instantiate internal platform classes (such as 12 library because they cannot see the internal platform classes. 14 This library is distributed in the system image, and loaded as 15 a shared library. So you can change the implementation, but not 18 --- Why does this library exists? --- 27 The compromise is this library.
|
/frameworks/support/buildSrc/src/main/groovy/android/support/ |
D | SupportLibraryPlugin.groovy | 34 * Support library specific com.android.library plugin that sets common configurations needed for 35 * support library modules. 46 project.apply(ImmutableMap.of("plugin", "com.android.library")); 49 LibraryExtension library = project.extensions.findByType(LibraryExtension.class); 51 library.compileSdkVersion project.currentSdk 53 library.defaultConfig { 61 library.signingConfigs { 68 library.sourceSets { 84 library.lintOptions { 105 library.compileOptions { [all …]
|
/frameworks/av/services/mediadrm/ |
D | FactoryLoader.h | 41 sp<SharedLibrary> *library = NULL, 59 sp<SharedLibrary> *library, 72 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme() argument 73 if (library != NULL) { in findFactoryForScheme() 74 library->clear(); in findFactoryForScheme() 87 CA_system_id, library, factory); in findFactoryForScheme() 104 pluginPath, CA_system_id, library, factory)) { in findFactoryForScheme() 149 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath() argument 157 if (library != NULL) { in loadFactoryForSchemeFromPath() 158 *library = mLibrary; in loadFactoryForSchemeFromPath()
|
D | MediaCasService.cpp | 76 sp<SharedLibrary> library; in createPlugin() local 77 if (mCasLoader->findFactoryForScheme(CA_system_id, &library, &factory)) { in createPlugin() 82 casImpl->init(library, plugin); in createPlugin() 106 sp<SharedLibrary> library; in createDescrambler() local 108 CA_system_id, &library, &factory)) { in createDescrambler() 112 *result = new DescramblerImpl(library, plugin); in createDescrambler()
|
/frameworks/av/media/libmedia/include/media/ |
D | PluginLoader.h | 71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local 72 if (!library.get()) { in loadOne() 74 library->lastError()); in loadOne() 78 (CreateFactoryFunc)library->lookup(entry); in loadOne() 81 libraries.push(library); in loadOne()
|
/frameworks/av/include/media/ |
D | PluginLoader.h | 71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local 72 if (!library.get()) { in loadOne() 74 library->lastError()); in loadOne() 78 (CreateFactoryFunc)library->lookup(entry); in loadOne() 81 libraries.push(library); in loadOne()
|
/frameworks/base/ |
D | pathmap.mk | 32 multidex/library/src \ 56 extensions/library/src/main \ 57 extensions/library/src/doc
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 43 code. If you link other code with the library, you must provide 45 with the library after making changes to the library and recompiling 49 library, and (2) we offer you this license, which gives you legal 50 permission to copy, distribute and/or modify the library. 53 there is no warranty for the free library. Also, if the library is 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a [all …]
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 38 you if you distribute copies of the library or if you modify it. 40 For example, if you distribute copies of the library, whether gratis 43 code. If you link other code with the library, you must provide 45 with the library after making changes to the library and recompiling 49 library, and (2) we offer you this license, which gives you legal 50 permission to copy, distribute and/or modify the library. 53 there is no warranty for the free library. Also, if the library is 63 any patent license obtained for a version of the library must be 73 When a program is linked with a library, whether statically or using 74 a shared library, the combination of the two is legally speaking a [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | layers_extensions.cpp | 309 LayerLibrary library(path); in AddLayerLibrary() local 310 if (!library.Open()) in AddLayerLibrary() 313 if (!library.EnumerateLayers(g_layer_libraries.size(), g_instance_layers)) { in AddLayerLibrary() 314 library.Close(); in AddLayerLibrary() 318 library.Close(); in AddLayerLibrary() 320 g_layer_libraries.emplace_back(std::move(library)); in AddLayerLibrary() 420 const LayerLibrary& library = g_layer_libraries[layer.library_idx]; in GetLayerGetProcAddr() local 421 return library.GetGPA(layer, gpa_name, gpa_name_len); in GetLayerGetProcAddr() 483 LayerLibrary& library = g_layer_libraries[layer.library_idx]; in GetLayerRef() local 484 return LayerRef((library.Open()) ? &layer : nullptr); in GetLayerRef() [all …]
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 1 // Build the ETC1 library 73 // Build META EGL library 144 // Build the wrapper OpenGL ES 1.x library 154 // Build the wrapper OpenGL ES 2.x library 164 // Build the wrapper OpenGL ES 3.x library (this is just different name for v2)
|
/frameworks/base/vr/ |
D | dvr_library_loader.cpp | 17 std::string library(data, size); in Java_com_google_vr_platform_Dvr_nativeLoadLibrary() local 22 dlopen(library.c_str(), RTLD_NOW | RTLD_LOCAL)); in Java_com_google_vr_platform_Dvr_nativeLoadLibrary()
|
/frameworks/data-binding/ |
D | Android.mk | 32 LOCAL_MODULE := databinding-library 33 LOCAL_SRC_FILES := prebuilds/$(my_prebuilt_version)/databinding-library.aar
|
/frameworks/support/dynamic-animation/ |
D | build.gradle | 32 …cs-based animation in support library, where the animations are driven by physics force. You can u…
|
/frameworks/av/media/libeffects/testlibs/ |
D | Android.mk_ | 3 # Test Reverb library 27 # Test Equalizer library
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/ |
D | project.properties | 15 android.library.reference.1=../filterfw-test-lib 16 android.library.reference.2=../filterfw
|
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 2 * Base rules for building setup wizard library. This build file is not used directly but rather 6 * dependencies like support library is built directly from source, while for standalone builds they 10 apply plugin: 'com.android.library'
|
/frameworks/base/wifi/tests/ |
D | README.md | 3 [Android Testing Support Library](http://developer.android.com/tools/testing-support-library/index.… 18 1. rebuild the framework library 'make -j32' 19 2. sync over the updated library to the device 'adb sync'
|
/frameworks/support/annotations/ |
D | build.gradle | 16 // automatically by the Gradle plugin, but the Annotation library is a 34 …description "The Support Library is a static library that you can add to your Android application … 35 url 'http://developer.android.com/tools/extras/support-library.html'
|
/frameworks/compile/mclinker/lib/LD/ |
D | Android.bp | 2 // Static library: libmcldLD 58 // Static library: libmcldLDVariant
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
D | build.gradle | 6 // figure out the local library version based on maven metadata for leanback 7 // library and update local.properties file. Gradle build file in turn
|