Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 231) sorted by relevance

12345678910

/frameworks/av/apex/
Dld.config.txt36so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:lib…
52 # /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
57 # is after /system/lib, then /apex/... is never tried because libc.so
73 # These are dlopen'ed by libvndksupport.so.
107 # This is exceptionally required since android.hidl.memory@1.0-impl.so is here
136so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:lib…
138 # Add a link for libz.so which is llndk on devices where VNDK is not enforced.
139 namespace.sphal.link.platform.shared_libs += libz.so
DAndroid.bp49 // so that the package can be installed.
51 // so that the artifacts can run.
93 // so that the package can be installed.
95 // so that the artifacts can run.
/frameworks/av/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libmedia_native.so)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libmedia_native.so)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libmedia_native.so)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudioflinger.so)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicyservice.so)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicymanager.so)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/liboboe.so)
63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/liboboe.so)
[all …]
/frameworks/av/media/libeffects/data/
Daudio_effects.conf27 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
42 path /vendor/lib/soundfx/libdynproc.so
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DOverlayBaseTest.java85 private boolean getExpected(boolean no, boolean so, boolean mo) { in getExpected() argument
90 return so; in getExpected()
99 private String getExpected(String no, String so, String mo) { in getExpected() argument
104 return so; in getExpected()
113 private int getExpected(int no, int so, int mo) { in getExpected() argument
118 return so; in getExpected()
127 private int[] getExpected(int[] no, int[] so, int[] mo) { in getExpected() argument
132 return so; in getExpected()
141 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { in assertResource() argument
142 boolean expected = getExpected(no, so, mo); in assertResource()
[all …]
/frameworks/libs/native_bridge_support/libmediandk/
DAndroid.bp31 // libbinder.so — greylisted, not included.
33 // libgui.so — greylisted, not included.
35 // libmedia.so — greylisted, not included.
37 // libstagefright.so — greylisted, not included.
38 // libui.so — greylisted, not included.
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript8 // NOTE: union and bitfield errors are only emitted once per type, so
25 // problem is result type, not accumulator type, so outconverter can fix this
30 // problem is result type, not accumulator type, so outconverter can break this
58 // problem is result type, not accumulator type, so outconverter can fix this
65 // problem is result type, not accumulator type, so outconverter can break this
97 // problem is result type, not accumulator type, so outconverter can fix this
105 // problem is result type, not accumulator type, so outconverter can break this
132 // problem is result type, not accumulator type, so outconverter can fix this
139 // problem is result type, not accumulator type, so outconverter can break this
168 // problem is result type, not accumulator type, so outconverter can fix this
[all …]
/frameworks/native/opengl/libs/EGL/
DLoader.cpp136 void* so = do_dlopen(path, RTLD_NOW | RTLD_LOCAL); in load_wrapper() local
137 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror()); in load_wrapper()
138 return so; in load_wrapper()
537 void* so = do_android_dlopen_ext(name.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo); in load_angle_from_namespace() local
539 if (so) { in load_angle_from_namespace()
540 ALOGD("dlopen_ext from APK (%s) success at %p", name.c_str(), so); in load_angle_from_namespace()
541 return so; in load_angle_from_namespace()
550 void* so = nullptr; in load_angle() local
553 so = load_angle_from_namespace(kind, ns); in load_angle()
559 if (so) { in load_angle()
[all …]
Degl_angle_platform.cpp109 void* so = android_dlopen_ext("libGLESv2_angle.so", RTLD_LOCAL | RTLD_NOW, &dlextinfo); in initializeAnglePlatform() local
111 reinterpret_cast<GetDisplayPlatformFunc>(dlsym(so, "ANGLEGetDisplayPlatform")); in initializeAnglePlatform()
DGLES_layers.md8 The layers will be traversed in the order they are specified, so the first layer will be directly b…
14 …point that can be called to look up functions below the layer. The entrypoint can be used like so:
43 adb push <layer>.so /data/local/debug/gles/
49 adb push libGLTrace.so /data/local/tmp
50 adb shell run-as com.android.gl2jni cp /data/local/tmp/libGLTrace.so .
52 libGLTrace.so
106 …till respond to `AndroidGLESLayer_GetProcAddress` requests from the loader so the platform knows w…
242 - This feature is backed by Android CTS, so you can run `atest CtsGpuToolsHostTestCases`
246 # Q is the first that will support this, so look for `Q` or 10 for release
/frameworks/ml/nn/tools/
Dbuild_and_run_benchmark.sh47 adb -d push $OUT/system/lib/libneuralnetworks.so /system/lib/libneuralnetworks.so
48 adb -d push $OUT/system/lib64/libneuralnetworks.so /system/lib64/libneuralnetworks.so
/frameworks/libs/native_bridge_support/libandroid/
DAndroid.bp32 // libbinder.so — greylisted, not included.
34 // libgui.so — greylisted, not included.
36 // libui.so — greylisted, not included.
/frameworks/ex/
DCleanSpec.mk52 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libframesequence.so)
53 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libframesequence.so)
/frameworks/base/
DCleanSpec.mk57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libequalizer.so)
58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libequalizertest.so)
59 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libreverb.so)
60 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libreverbtest.so)
61 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libequalizer.so)
62 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libequalizertest.so)
63 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libreverb.so)
64 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libreverbtest.so)
72 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libandroid_runtime.so)
73 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libandroid_runtime.so)
[all …]
/frameworks/av/media/libaudioprocessing/tests/
Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioprocessing.so /system/lib
18 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
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/native/
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/base/tools/dump-coverage/
DREADME.md3 libdumpcoverage.so is a JVMTI agent designed to dump coverage information for a process, where the …
19 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=dump:/data/data/com…
25 adb shell 'am attach-agent com.android.deskclock /system/lib/libdumpcoverage.so=reset'
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp324 void* so = android_dlopen_ext(libName.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo); in loadLibrary() local
326 if (so) { in loadLibrary()
327 ALOGD("dlopen_ext from APK (%s) success at %p", libName.c_str(), so); in loadLibrary()
328 return so; in loadLibrary()
336 bool GraphicsEnv::checkAngleRules(void* so) { in checkAngleRules() argument
343 (fpANGLEGetFeatureSupportUtilAPIVersion)dlsym(so, in checkAngleRules()
371 fp##symbol symbol = (fp##symbol)dlsym(so, #symbol); \ in checkAngleRules()
/frameworks/libs/native_bridge_support/libvulkan/
DAndroid.bp31 // libbinder.so — greylisted, not included.
35 // libui.so — greylisted, not included.
/frameworks/libs/native_bridge_support/libneuralnetworks/
DAndroid.bp31 // libbinder.so — greylisted, not included.
35 // libui.so — greylisted, not included.
/frameworks/libs/native_bridge_support/libcamera2ndk/
DAndroid.bp32 // libbinder.so — greylisted, not included.
34 // libgui.so — greylisted, not included.
/frameworks/native/opengl/tests/testPauseResume/
DREADME5 The program does not draw anything to the screen, it just prints to the log, so use adb logcat to w…
16 and so on.
/frameworks/av/media/libnbaio/
DREADME.txt13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll4 ; RUN: opt -load libbcc.so -kernelexp -tbaa -aa-eval -print-no-aliases -evaluate-aa-metadata < %s -…
39 ; for this test case, we're not running bcc, but instead opt, and so

12345678910