Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 26) sorted by relevance

12

/device/lge/bullhead/
Daudio_effects.conf87 library proxy
91 library bundle
96 library offload_bundle
101 library proxy
105 library bundle
110 library offload_bundle
115 library proxy
119 library bundle
124 library offload_bundle
129 library bundle
[all …]
/device/huawei/angler/
Daudio_effects.conf84 library proxy
88 library bundle
93 library offload_bundle
98 library proxy
102 library bundle
107 library offload_bundle
112 library proxy
116 library bundle
121 library offload_bundle
126 library bundle
[all …]
/device/moto/shamu/
Daudio_effects.conf81 library bundle
85 library bundle
89 library bundle
93 library bundle
97 library reverb
101 library reverb
105 library reverb
109 library reverb
113 library proxy
117 library visualizer_sw
[all …]
/device/google/dragon/
Daudio_effects.conf92 library bundle
96 library bundle
100 library bundle
104 library bundle
108 library reverb
112 library reverb
116 library reverb
120 library reverb
124 library visualizer
128 library downmix
[all …]
Dspeakerdsp.ini2 library=builtin key
10 library=builtin key
17 library=builtin key
50 library=builtin key
122 library=builtin key
130 library=builtin key
138 library=builtin key
/device/sample/frameworks/PlatformLibrary/
DREADME.txt6 shared library, without changing the Android framework. It also shows how to
7 write JNI code for incorporating native code into the library, and a client
8 application that uses the library.
12 a custom library as shown here. It can not be used to create a third party
13 shared library, which is not currently supported in Android.
15 To declare your library to the framework, you must place a file with a .xml
20 <library name="com.example.android.platform_library"
31 The top-level Android.mk defines the rules to build the shared library itself,
33 library lives under java/.
35 Note that the product for this library is a raw .jar file, NOT a .apk, which
[all …]
/device/sample/sdk_addon/
Dmanifest.ini23 # <uses-library> node in the AndroidManifest.xml file.
26 # details for each library. format is:
27 # <library.name>=<name>.jar;<desc>
29 # <library.name>: the name of the library defined in the property "libraries" above.
30 # <name>.jar: the jar file containing the library API. This is to be located in
32 com.example.android.platform_library=platform_library.jar;Sample optional plaform library
/device/generic/goldfish/opengl/system/egl/
DAndroid.mk5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
/device/generic/goldfish/opengl/system/gralloc/
DAndroid.mk5 $(call emugl-begin-shared-library,gralloc.goldfish)
7 $(call emugl-set-shared-library-subpath,hw)
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emul)
7 $(call emugl-set-shared-library-subpath,egl)
/device/google/accessory/demokit/
DREADME10 /AndroidAccessory Open Accessory Protocol library
12 /USB_Host_Shield USB Host library
/device/generic/goldfish/opengl/
Dcommon.mk23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
235 emugl-set-shared-library-subpath = \
/device/generic/goldfish/opengl/system/GLESv1_enc/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_enc)
/device/generic/goldfish/opengl/system/GLESv1/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
/device/generic/goldfish/opengl/system/GLESv2/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_emulation)
/device/generic/goldfish/opengl/system/GLESv2_enc/
DAndroid.mk4 $(call emugl-begin-shared-library,libGLESv2_enc)
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DAndroid.mk15 $(call emugl-begin-static-library,libOpenglCodecCommon)
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
/device/generic/goldfish/opengl/system/renderControl_enc/
DAndroid.mk3 $(call emugl-begin-shared-library,lib_renderControl_enc)
/device/google/accessory/arduino/USB_Host_Shield/
DREADME1 This is a library for MAX3421E-based USB Host Shield for Arduino -> http://www.circuitsathome.com/a…
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DAndroid.mk3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
/device/google/dragon/audio/hal/
Dcras_dsp_ini.h46 const char *library; /* file name like "plugin.so" */ member
Dcras_dsp_ini.c146 p->library = getstring(ini, sec_name, "library"); in parse_plugin_section()
152 if (p->library == NULL || p->label == NULL) { in parse_plugin_section()
Dcras_dsp_mod_builtin.c402 if (strcmp(plugin->library, "builtin") != 0) in cras_dsp_module_load_builtin()
/device/huawei/angler/dataservices/
Dconfigure.ac45 # Checks for library functions.

12