Home
last modified time | relevance | path

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

1234567891011

/frameworks/av/apex/
Dld.config.txt30so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:lib…
44 # /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
49 # is after /system/lib, then /apex/... is never tried because libc.so
65 # These are dlopen'ed by libvndksupport.so.
99 # This is exceptionally required since android.hidl.memory@1.0-impl.so is here
128so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libRS.so:libandroid_net.so:libc.so:libcgrouprc.so:lib…
130 # Add a link for libz.so which is llndk on devices where VNDK is not enforced.
131 namespace.sphal.link.platform.shared_libs += libz.so
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dprotobuf_size_comparisons.txt6 …rygroup 30696 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/arm64-v8a/libnative-lib.so
7 …roup 1161536 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/arm64-v8a/libprotobuf-lite.so
8 …rygroup 190592 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/arm64-v8a/libtuningfork.so
9 …up 43136 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/arm64-v8a/libtuningfork_test.so
10 …group 18088 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/armeabi-v7a/libnative-lib.so
11 …up 747448 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/armeabi-v7a/libprotobuf-lite.so
12 …group 141076 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/armeabi-v7a/libtuningfork.so
13 … 30444 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/armeabi-v7a/libtuningfork_test.so
14 …imarygroup 26872 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/x86_64/libnative-lib.so
15 …rygroup 1227344 Oct 23 14:17 ./app/build/intermediates/cmake/release/obj/x86_64/libprotobuf-lite.so
[all …]
/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/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/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/
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/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/rs/tests/lldb/
D.gitignore10 *.so
32 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp333 void* so = android_dlopen_ext(libName.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo); in loadLibrary() local
335 if (so) { in loadLibrary()
336 ALOGD("dlopen_ext from APK (%s) success at %p", libName.c_str(), so); in loadLibrary()
337 return so; in loadLibrary()
345 bool GraphicsEnv::checkAngleRules(void* so) { in checkAngleRules() argument
352 (fpANGLEGetFeatureSupportUtilAPIVersion)dlsym(so, in checkAngleRules()
380 fp##symbol symbol = (fp##symbol)dlsym(so, #symbol); \ in checkAngleRules()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md39 If you would rather install it manually, you may do so by following
56 libprotobuf.so:
64 search /usr/local/lib for libprotobuf.so before it searches ../src/.libs
74 You must make libprotobuf.so dynamically available. You can either
84 Then run the tests like so:
/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/opt/gamesdk/samples/tuningfork/prototest/
DMakefile22 TUNINGFORK_LIB:=${BUILD_DIR}/mocktuningfork.so
23 GAMEENGINE_LIB:=${BUILD_DIR}/gameengine.so
/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
/frameworks/native/libs/vr/
Dpublic.libraries-google.txt1 libdvr.google.so
/frameworks/base/cmds/hid/
Dhid12 export LD_PRELOAD=libhidcommand_jni.so
/frameworks/base/core/tests/coretests/certs/
Dkeyset_B.x509.pem6 so+ZuRkD6M5Mo1AwTjAdBgNVHQ4EFgQUHrv1BwZU/MchAsa3VL0n458IwVswHwYD
/frameworks/base/core/java/android/service/wallpaper/
DAndroid.bp9 // Enforce that the library is built against java 8 so that there are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.m41 // the hood, but it is all hidden so we can come back and optimize
505 // so the analyzer won't report the posibility of send nil in for the value
599 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME##s:forKeys:…
609 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME##s:forKeys:…
617 //% // Cast is needed so the compiler knows what class we are invoking initWithDictionary:
699 //% // Cast is needed so the compiler knows what class we are invoking initWithValues:forKeys:coun…
711 //% // Cast is needed so the compiler knows what class we are invoking initWithValues:forKeys:coun…
720 //% // Cast is needed so the compiler knows what class we are invoking initWithValues:forKeys:coun…
977 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME##s:forKeys:…
987 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME##s:forKeys:…
[all …]

1234567891011