Searched refs:so (Results 1 - 25 of 39) 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 /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/soundfx/libldnhncr.so
47 # path /vendor/lib/soundfx/libaudiopreprocessing.so
[all...]
/frameworks/av/media/libaudioprocessing/tests/
H A Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
18 adb push $OUT/system/lib64/libaudioresampler.so /system/lib64
H A Dmixer_to_wav_tests.sh49 adb push $OUT/system/lib/libaudioprocessing.so /system/lib
50 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
/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/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/CarrierDefaultApp/
H A DAndroid.mk13 # This finds and builds the test apk as well, so a single make does both.
/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.mk77 # build libsoundpool.so
78 # build libaudioeffect_jni.so
/frameworks/base/docs/
H A D__DEPRECATED__DO_NOT_EDIT__.txt11 so you may continue to update JavaDoc comments to update documentation.
/frameworks/base/docs/html/
H A D__DEPRECATED__DO_NOT_EDIT__.txt11 so you may continue to update JavaDoc comments to update documentation.
/frameworks/base/tests/TouchLatency/
H A DAndroid.mk11 # use appcompat/support lib from the tree, so improvements/
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp49 * /vendor/lib/egl/libGLES.so
52 * /vendor/lib/egl/libEGL.so
53 * /vendor/lib/egl/libGLESv1_CM.so
54 * /vendor/lib/egl/libGLESv2.so
59 * /system/lib/egl/libGLES_android.so
65 * /{vendor|system}/lib/egl/lib{GLES | [EGL|GLESv1_CM|GLESv2]}_*.so
172 void* so = do_dlopen(path, RTLD_NOW | RTLD_LOCAL); local
173 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
174 return so;
241 cnx->libEgl = load_wrapper(EGL_WRAPPER_DIR "/libEGL.so");
460 void* so = nullptr; local
[all...]
/frameworks/av/media/libaaudio/examples/input_monitor/jni/
H A DAndroid.mk31 LOCAL_SRC_FILES := libaaudio.so
/frameworks/av/media/libaaudio/examples/write_sine/jni/
H A DAndroid.mk31 LOCAL_SRC_FILES := libaaudio.so
/frameworks/base/tests/UiBench/
H A DAndroid.mk11 # use appcompat/support lib from the tree, so improvements/
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk32 # .. we want to avoid that... so we put it somewhere
/frameworks/native/cmds/installd/
H A DAndroid.mk59 # Let this depend on otapreopt, the chroot tool and the slot script, so we just have to mention one
/frameworks/rs/script_api/
H A Drs_io.spec36 that may be called directly or indirectly from a kernel. Doing so would cause a
51 that may be called directly or indirectly from a kernel. Doing so would cause a
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk63 # sign this with platform cert, so this test is allowed to inject key events into
72 # package as the rest of SystemUI so they can't be easily filtered by package name.
75 # SystemUI classes are in ../src/ so they won't be excluded.
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAndroid.mk67 # libstagefright links this static library, so it probably isn't appropriate to
69 # and needs libbinder to be able to do so correctly.
/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/native/cmds/dumpstate/
H A DAndroid.mk54 # TODO: this module is necessary so the device-specific libdumpstate implementations do not
167 # Copy test data files again to $OUT/data so the tests can be run with adb sync
/frameworks/base/core/tests/coretests/
H A DAndroid.mk7 # so that FrameworkCoreTests_all_apks will be populated correctly.
/frameworks/base/packages/SettingsLib/tests/integ/
H A DAndroid.mk37 # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds
/frameworks/base/services/
H A DAndroid.mk73 # A full make is happening, so make everything.

Completed in 1092 milliseconds

12