Searched refs:lib (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk29 $(LOCAL_PATH)/../lib/Common/lib/ \
30 $(LOCAL_PATH)/../lib/Bundle/lib/ \
62 $(LOCAL_PATH)/../lib/Common/lib/ \
63 $(LOCAL_PATH)/../lib/Reverb/lib/ \
/frameworks/layoutlib/
H A DAndroid.mk28 built_framework_dep := $(call java-lib-deps,framework)
29 built_framework_classes := $(call java-lib-files,framework)
31 built_oj_dep := $(call java-lib-deps,core-oj)
32 built_oj_classes := $(call java-lib-files,core-oj)
34 built_core_dep := $(call java-lib-deps,core-libart)
35 built_core_classes := $(call java-lib-files,core-libart)
37 built_ext_dep := $(call java-lib-deps,ext)
38 built_ext_classes := $(call java-lib-files,ext)
40 built_icudata_dep := $(call java-lib-deps,icu4j-icudata-host-jarjar,HOST)
41 built_icutzdata_dep := $(call java-lib
[all...]
/frameworks/base/libs/androidfw/tests/data/lib_one/
H A Dbuild20 aapt package -M AndroidManifest.xml -S res -F lib_one.apk -f --shared-lib
/frameworks/base/libs/androidfw/tests/data/lib_two/
H A Dbuild20 aapt package -M AndroidManifest.xml -S res -F lib_two.apk -f --shared-lib
/frameworks/opt/setupwizard/library/
H A Dcommon.mk15 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
23 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
25 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib
H A Dcommon-gingerbread.mk15 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
31 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_JAVA_LIBRARIES)))
37 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-gingerbread-compat
58 ifeq (,$(findstring setup-wizard-lib-gingerbread-compat,$(LOCAL_STATIC_ANDROID_LIBRARIES)))
59 LOCAL_STATIC_ANDROID_LIBRARIES += setup-wizard-lib-gingerbread-compat
/frameworks/base/libs/androidfw/tests/
H A DAppAsLib_test.cpp23 namespace lib = com::android::appaslib::lib;
44 // This tests the app resources loaded as shared-lib.
57 ssize_t block = table.getResource(lib::R::integer::number1, &val);
60 ASSERT_EQ(lib::R::array::integerArray1, val.data);
63 // This tests the shared-lib loaded with appAsLib as true.
76 ssize_t block = table.getResource(lib::R::integer::number1, &val);
79 ASSERT_EQ(lib::R::array::integerArray1, val.data);
/frameworks/base/libs/androidfw/tests/data/appaslib/
H A DR.h26 namespace lib { namespace in namespace:com::android::appaslib
42 } // namespace lib
H A Dbuild23 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES -F appaslib_lib.apk -f --shared-lib
/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf4 # <lib name> {
5 # path <lib path>
13 #path /vendor/lib/soundfx/libeffectproxy.so
18 #path /vendor/lib/soundfx/libswwrapper.so
23 #path /vendor/lib/soundfx/libhwwrapper.so
27 path /vendor/lib/soundfx/libbundlewrapper.so
30 path /vendor/lib/soundfx/libreverbwrapper.so
33 path /vendor/lib/soundfx/libvisualizer.so
36 path /vendor/lib/soundfx/libdownmix.so
39 path /vendor/lib/soundf
[all...]
/frameworks/base/native/webview/loader/
H A Dloader.cpp67 jboolean DoCreateRelroFile(const char* lib, const char* relro) { argument
90 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
93 ALOGE("Failed to load library %s: %s", lib, dlerror());
104 ALOGV("Created relro file %s for library %s", relro, lib);
108 jint DoLoadWithRelroFile(JNIEnv* env, const char* lib, const char* relro, argument
128 void* handle = android_dlopen_ext(lib, RTLD_NOW, &extinfo);
131 ALOGE("Failed to load library %s: %s", lib, dlerror());
134 ALOGV("Loaded library %s with relro file %s", lib, relro);
149 jstring lib = lib64; local
153 jstring lib
170 LoadWithRelroFile(JNIEnv* env, jclass, jstring lib, jstring relro32, jstring relro64, jobject clazzLoader) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h58 lib_entry_t *lib; member in struct:effect_entry_s
66 // Structure used to store the lib entry
72 lib_entry_t *lib; member in struct:sub_effect_entry_s
H A DEffectsFactoryState.h46 lib_entry_t **lib,
H A DEffectsFactory.c58 lib_entry_t **lib,
73 if (fx->lib == NULL) {
77 pthread_mutex_lock(&fx->lib->lock);
81 pthread_mutex_unlock(&fx->lib->lock);
98 if (fx->lib == NULL) {
102 pthread_mutex_lock(&fx->lib->lock);
106 pthread_mutex_unlock(&fx->lib->lock);
119 if (fx->lib == NULL) {
123 pthread_mutex_lock(&fx->lib->lock);
127 pthread_mutex_unlock(&fx->lib
463 findSubEffect(const effect_uuid_t *uuid, lib_entry_t **lib, effect_descriptor_t **desc) argument
[all...]
H A DEffectsXmlConfigLoader.cpp60 * false on success with libEntry's path filled with the path of the failed lib
74 // Make sure the lib is closed on early return
159 // Construct a lib entry
204 /** true if the effect is usable (aka, existing lib, desc, right version, unique uuid) */
206 /** Set if the effect lib was found*/
207 lib_entry_t* lib = nullptr; member in struct:android::__anon174::LoadEffectResult
208 //* Set if the description was successfuly retrieved from the lib */
217 result.lib = findLibrary(effect.library->name.c_str(), libList);
218 if (result.lib == nullptr) {
227 if (result.lib
[all...]
/frameworks/base/tests/SharedLibrary/lib/
H A DAndroid.mk7 LOCAL_AAPT_FLAGS := --shared-lib
/frameworks/av/media/libaudioprocessing/tests/
H A Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DAndroid.mk30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
/frameworks/rs/tests/java_api/HealingBrush/
H A DAndroid.mk34 $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/tests/java_api/ImageProcessing2/
H A DAndroid.mk31 LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/tests/java_api/RsNbody/
H A DAndroid.mk32 $(TOPDIR)external/clang/lib/Headers \
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh37 # RENDERSCRIPT_V8_JAR is the generated JAVA static lib for RenderScript Support Lib.
44 HOST_LIB_DIR=$ANDROID_HOST_OUT/lib
187 sys_lib_dir=$MY_ANDROID_DIR/out/target/product/$sys_name/system/lib
193 for a in `find renderscript/lib/$t -name \*.so`; do
199 for a in `find renderscript/lib/$t -name \*.bc`; do
204 for a in `find renderscript/lib/$t -name \*.a`; do
213 cp $MY_ANDROID_DIR/$RENDERSCRIPT_V8_JAR renderscript/lib/javalib.jar
218 cp $MY_ANDROID_DIR/external/clang/lib/Headers/*.h renderscript/clang-include
222 # Host-specific tools (bin/ and lib/)
249 cp $HOST_LIB_DIR/$a tools/$SHORT_OSNAME/lib
[all...]
/frameworks/base/core/tests/systemproperties/
H A DAndroid.mk12 LOCAL_STATIC_JAVA_LIBRARIES := android-common frameworks-core-util-lib
/frameworks/base/native/
H A Dcopy-to-ndk.sh12 local SRC_LIB_ANDROID=$ANDROID_PRODUCT_OUT/system/lib/libandroid.so
13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
/frameworks/av/media/libeffects/lvm/lib/
H A DAndroid.mk116 $(LOCAL_PATH)/Eq/lib \
118 $(LOCAL_PATH)/Bass/lib \
120 $(LOCAL_PATH)/Common/lib \
122 $(LOCAL_PATH)/Bundle/lib \
124 $(LOCAL_PATH)/SpectrumAnalyzer/lib \
127 $(LOCAL_PATH)/StereoWidening/lib
183 $(LOCAL_PATH)/Reverb/lib \
185 $(LOCAL_PATH)/Common/lib \

Completed in 2057 milliseconds

123