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

/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/native/opengl/libs/
H A DAndroid.mk115 # Symlink libGLESv3.so -> libGLESv2.so
116 # Platform modules should link against libGLESv2.so (-lGLESv2), but NDK apps
117 # will be linked against libGLESv3.so.
119 # so $(LOCAL_INSTALLED_MODULE) will be expanded to correct value,
122 $(hide) ln -sf $(notdir $(LOCAL_INSTALLED_MODULE)) $(dir $(LOCAL_INSTALLED_MODULE))libGLESv3.so
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk3 # The three inline options together reduce libbcc.so almost 1MB.
30 # 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/base/media/jni/
H A DAndroid.mk73 # build libsoundpool.so
74 # build libaudioeffect_jni.so
/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
129 for a in `find renderscript/lib/$t -name \*.so`; do
H A DAndroid.mk74 # here so that local-intermediates-dir works.
/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/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.mk62 # A full make is happening, so make everything.
/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/wilhelm/src/
H A DAndroid.mk67 # Reduce size of .so and hide internal global symbols
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java237 * so "Md" would give a different result to "MMMd", say, except in a locale such as
544 // implemented, so pretty much all callers that want to format 24-hour
608 // Calendar.JANUARY == 0, so add 1 to month.
/frameworks/base/core/jni/
H A DAndroid.mk205 # TODO: clean up Minikin so it doesn't need the freetype include
H A Dandroid_util_Binder.cpp209 * that can be made while an exception is pending, so we want to
384 // These objects manage their own lifetimes so are responsible for final bookkeeping.
583 // proxy, so we can retrieve the same proxy if it is still active.
1067 // have gettid, so we just ignore this and don't log if we can't
1073 #warning no gettid(), so not logging Binder calls...
1157 // Failure adding the death recipient, so clear its reference
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1056 "How to plan your app's screen hierarchy and forms of navigation so users can
1182 content so that users can open this content directly from their mobile search
1691 "How to keep your app responsive to user interaction so the UI does not lock-up and

Completed in 4069 milliseconds