/frameworks/av/apex/ |
D | ld.config.txt | 36 …so: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 136 …so: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
|
D | Android.bp | 49 // 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/ |
D | CleanSpec.mk | 47 $(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/ |
D | audio_effects.conf | 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 42 path /vendor/lib/soundfx/libdynproc.so
|
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
D | OverlayBaseTest.java | 85 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/ |
D | Android.bp | 31 // 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/ |
D | reduce_general_bad_result.rscript | 8 // 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/ |
D | Loader.cpp | 136 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 …]
|
D | egl_angle_platform.cpp | 109 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()
|
D | GLES_layers.md | 8 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/ |
D | build_and_run_benchmark.sh | 47 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/ |
D | Android.bp | 32 // libbinder.so — greylisted, not included. 34 // libgui.so — greylisted, not included. 36 // libui.so — greylisted, not included.
|
/frameworks/ex/ |
D | CleanSpec.mk | 52 $(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/ |
D | CleanSpec.mk | 57 $(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/ |
D | build_and_run_all_unit_tests.sh | 17 adb push $OUT/system/lib/libaudioprocessing.so /system/lib 18 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
|
D | mixer_to_wav_tests.sh | 49 adb push $OUT/system/lib/libaudioprocessing.so /system/lib 50 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 12 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/ |
D | README.md | 3 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/ |
D | GraphicsEnv.cpp | 324 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/ |
D | Android.bp | 31 // libbinder.so — greylisted, not included. 35 // libui.so — greylisted, not included.
|
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | Android.bp | 31 // libbinder.so — greylisted, not included. 35 // libui.so — greylisted, not included.
|
/frameworks/libs/native_bridge_support/libcamera2ndk/ |
D | Android.bp | 32 // libbinder.so — greylisted, not included. 34 // libgui.so — greylisted, not included.
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 5 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/ |
D | README.txt | 13 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/ |
D | tbaa.ll | 4 ; 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
|