Searched refs:so (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf2 # giving the full path of the library .so file.
13 #path /system/lib/soundfx/libeffectproxy.so
18 #path /system/lib/soundfx/libswwrapper.so
23 #path /system/lib/soundfx/libhwwrapper.so
27 path /system/lib/soundfx/libbundlewrapper.so
30 path /system/lib/soundfx/libreverbwrapper.so
33 path /system/lib/soundfx/libvisualizer.so
36 path /system/lib/soundfx/libdownmix.so
39 path /system/lib/soundfx/libldnhncr.so
47 # path /system/lib/soundfx/libaudiopreprocessing.so
[all...]
/frameworks/compile/libbcc/
H A Dlibbcc.sha1.mk2 # Calculate SHA1 checksum for libbcc.so, libRS.so and libclcore.bc
12 $($(my_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/libbcc.so \
13 $($(my_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/libcompiler_rt.so \
14 $($(my_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/libRS.so \
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java46 private boolean getExpected(boolean no, boolean so, boolean mo) { argument
51 return so;
60 private String getExpected(String no, String so, String mo) { argument
65 return so;
74 private int getExpected(int no, int so, int mo) { argument
79 return so;
88 private int[] getExpected(int[] no, int[] so, int[] mo) { argument
93 return so;
102 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { argument
103 boolean expected = getExpected(no, so, m
108 assertResource(int resId, int no, int so, int mo) argument
114 assertResource(int resId, String no, String so, String mo) argument
120 assertResource(int resId, int[] no, int[] so, int[] mo) argument
[all...]
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
35 # Make sure bionic is first so we can include system headers.
/frameworks/av/services/audioflinger/tests/
H A Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
H A Dmixer_to_wav_tests.sh49 adb push $OUT/system/lib/libaudioresampler.so /system/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
43 echo "libandroid.so: has not changed"
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk20 # This finds and builds the test apk as well, so a single make does both.
/frameworks/native/opengl/libs/
H A DAndroid.mk120 # Symlink libGLESv3.so -> libGLESv2.so
121 # Platform modules should link against libGLESv2.so (-lGLESv2), but NDK apps
122 # will be linked against libGLESv3.so.
124 # so $(LOCAL_INSTALLED_MODULE) will be expanded to correct value,
127 $(hide) ln -sf $(notdir $(LOCAL_INSTALLED_MODULE)) $(dir $(LOCAL_INSTALLED_MODULE))libGLESv3.so
/frameworks/base/media/jni/
H A DAndroid.mk78 # build libsoundpool.so
79 # build libaudioeffect_jni.so
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk31 # .. we want to avoid that... so we put it somewhere
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp44 * /vendor/lib/egl/libGLES.so
47 * /vendor/lib/egl/libEGL.so
48 * /vendor/lib/egl/libGLESv1_CM.so
49 * /vendor/lib/egl/libGLESv2.so
54 * /system/lib/egl/libGLES_android.so
60 * /{vendor|system}/lib/egl/lib{GLES | [EGL|GLESv1_CM|GLESv2]}_*.so
165 void* so = dlopen(path, RTLD_NOW | RTLD_LOCAL); local
166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
167 return so;
191 cnx->libEgl = load_wrapper("/system/lib64/libEGL.so");
[all...]
/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp190 // Should contain only whole words, so looking for a space
232 * Converts characters so they look like they've been localized.
234 * Note: This leaves escape sequences untouched so they can later be
/frameworks/base/core/tests/coretests/
H A DAndroid.mk7 # so that FrameworkCoreTests_all_apks will be populated correctly.
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk35 # sign this with platform cert, so this test is allowed to inject key events into
/frameworks/base/services/
H A DAndroid.mk60 # A full make is happening, so make everything.
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh3 # We are currently in frameworks/rs, so compute our top-level directory.
22 SONAME=so
38 # this variable, we don't build the .so files, hence we never construct the
146 for a in `find renderscript/lib/$t -name \*.so`; do
H A DAndroid.mk73 # here so that local-intermediates-dir works.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s59 ; * so that it points to the current byte in the bit
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s59 ; * so that it points to the current byte in the bit
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk20 # here so that local-intermediates-dir works.
/frameworks/rs/api/
H A Drs_atomic.spec24 These functions are slower than their non-atomic equivalents, so use
/frameworks/wilhelm/src/
H A DAndroid.mk67 # Reduce size of .so and hide internal global symbols
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1217 "How to plan your app's screen hierarchy and forms of navigation so users can
1360 content so that users can open this content directly from their mobile search
1865 "How to keep your app responsive to user interaction so the UI does not lock-up and
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java235 * so "Md" would give a different result to "MMMd", say, except in a locale such as
489 // implemented, so pretty much all callers that want to format 24-hour
553 // Calendar.JANUARY == 0, so add 1 to month.

Completed in 730 milliseconds

12