Home
last modified time | relevance | path

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

12345678910

/packages/modules/Bluetooth/system/
DAndroid.mk27 $(HOST_OUT_SHARED_LIBRARIES)/libbase.so \
28 $(HOST_OUT_SHARED_LIBRARIES)/libbinder.so \
29 $(HOST_OUT_SHARED_LIBRARIES)/libbinder_ndk.so \
30 $(HOST_OUT_SHARED_LIBRARIES)/libbluetooth.so \
31 $(HOST_OUT_SHARED_LIBRARIES)/libbluetooth_gd.so \
32 $(HOST_OUT_SHARED_LIBRARIES)/libc++.so \
33 $(HOST_OUT_SHARED_LIBRARIES)/libchrome.so \
34 $(HOST_OUT_SHARED_LIBRARIES)/libcrypto-host.so \
35 $(HOST_OUT_SHARED_LIBRARIES)/libcutils.so \
36 $(HOST_OUT_SHARED_LIBRARIES)/libevent-host.so \
[all …]
/packages/modules/Bluetooth/system/gd/cert/
Drun347 cp {$HOST_LIB,$DEST_LIB_DIR}/libbase.so
348 cp {$HOST_LIB,$DEST_LIB_DIR}/libbluetooth_gd.so
349 cp {$HOST_LIB,$DEST_LIB_DIR}/libc++.so
350 cp {$HOST_LIB,$DEST_LIB_DIR}/libchrome.so
351 cp {$HOST_LIB,$DEST_LIB_DIR}/libcrypto-host.so
352 cp {$HOST_LIB,$DEST_LIB_DIR}/libevent-host.so
353 cp {$HOST_LIB,$DEST_LIB_DIR}/libgrpc++.so
354 cp {$HOST_LIB,$DEST_LIB_DIR}/libgrpc_wrap.so
355 cp {$HOST_LIB,$DEST_LIB_DIR}/liblog.so
356 cp {$HOST_LIB,$DEST_LIB_DIR}/libssl-host.so
[all …]
/packages/services/Car/cpp/computepipe/tests/runner/graph/stubgraph/
DAndroid.bp23 srcs: ["arm64/libstubgraphimpl.so"],
26 srcs: ["arm/libstubgraphimpl.so"],
29 srcs: ["x86/libstubgraphimpl.so"],
32 srcs: ["x86_64/libstubgraphimpl.so"],
/packages/modules/Virtualization/vm_payload/
DREADME.md8 Note that only native code is supported in Microdroid, so no Java APIs are
16 The payload should be packaged as one (or more) .so files inside the app's APK -
19 The primary .so, which is specified as part of the VM configuration via
35 against a stub `libvm_payload.so`, where the dependencies will be satisfied at
36 runtime from the real `libvm_payload.so` hosted within the Microdroid VM.
42 In other build systems a similar stub `libvm_payload.so` can be built using
66 separate .so.
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dbuild_and_run.sh56 TEST_VENDOR_LIB=test-vendor.so
58 VENDOR_LIB=libbt-vendor.so
114 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libevent.so /system/lib/
117 adb push ${DEVICE_TARGET_ABS}/${DEVICE}/system/lib/libchrome.so /system/lib/
/packages/modules/NeuralNetworks/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
/packages/modules/NeuralNetworks/driver/sample_shim/
DAndroid.bp41 srcs: ["android_x86_64/neuralnetworks_sample_sl_driver_prebuilt.so"],
44 srcs: ["android_x86/neuralnetworks_sample_sl_driver_prebuilt.so"],
47 srcs: ["android_arm64/neuralnetworks_sample_sl_driver_prebuilt.so"],
50 srcs: ["android_arm/neuralnetworks_sample_sl_driver_prebuilt.so"],
53 srcs: ["android_riscv64/neuralnetworks_sample_sl_driver_prebuilt.so"],
Dgenerate_prebuilts.sh34 …dules/NeuralNetworks/driver/sample_shim/android_${arch}/neuralnetworks_sample_sl_driver_prebuilt.so
36 cp $OUT/system/${LIB}/neuralnetworks_sample_sl_driver.so ${TARGETDIR}
/packages/services/Car/cpp/computepipe/example/
DAndroid.bp66 srcs: ["lib_arm64/libfacegraph.so"],
69 srcs: ["lib_arm/libfacegraph.so"],
72 srcs: ["lib_x86_64/libfacegraph.so"],
75 srcs: ["lib_x86/libfacegraph.so"],
/packages/modules/Connectivity/staticlibs/native/
DREADME.md5 Fully-qualified name of java class needs to be hard-coded into the JNI .so, because JNI_OnLoad
6 does not take any parameters. This means that there needs to be a different .so target for each
7 post-jarjared package, so for each module.
27 library (`.so`) file, and different versions of the library loaded in the same process by
/packages/modules/NetworkStack/
DTEST_MAPPING3 // These are unit tests only, so they don't actually require any modules to be installed.
5 // so in theory the infra would not need to reinstall/reboot devices to run both.
43 // These are unit tests only, so they don't actually require any modules to be installed.
45 // so in theory the infra would not need to reinstall/reboot devices to run both.
/packages/apps/Gallery2/
DCleanSpec.mk54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_jpegstream.so)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_eglfence.so)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_filtershow_filters.so)
/packages/modules/Virtualization/vm_payload/stub/
Dreadme.txt6 libvm_payload.so. Clients link against the stub, but at runtime they
7 will use the real libvm_payload.so provided by Microdroid.
10 suitable stub libvm_payload.so to be built.
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.h484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; in db_IncrementalRotationMatrix() local
487 sp=dx[0]; so=dx[1]; sk=dx[2]; in db_IncrementalRotationMatrix()
489 om_so2=1.0-so*so; in db_IncrementalRotationMatrix()
496 sp_so=sp*so; in db_IncrementalRotationMatrix()
497 cp_so=cp*so; in db_IncrementalRotationMatrix()
500 R[6]=sp*co; R[7]= -so; R[8]=cp*co; in db_IncrementalRotationMatrix()
/packages/modules/Virtualization/vmbase/
Dsections.ld39 * Collect together the code. This is page aligned so it can be mapped
51 * Collect together read-only data. This is page aligned so it can be
76 * will be zero'd by the entry code. This is page aligned so it can be
117 /* The image loads itself so doesn't need these sections. */
/packages/apps/Messaging/
DCleanSpec.mk42 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libgiftranscode.so)
43 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libgiftranscode.so)
/packages/apps/Camera2/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_tinyplanet.so)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_jpegutil.so)
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md23 more customization to their widgets, so they created the AppCompat variant
25 uses both Legacy Widgets and AppCompat widgets, so when you define an
32 provide an attribute to tint all of your ImageViews (why would it?), so we
56 * Colors that can't be theme'd (there aren't many of those, so you probably
/packages/modules/Wifi/service/
DCleanSpec.mk55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libwifi-jni.so)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libwifi-jni.so)
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DStatusTest.cpp89 StatusOr<int> so(11); in TEST() local
91 ss << so; in TEST()
/packages/apps/Messaging/jni/
DAndroid.bp23 // Link to Android logging (liblog.so) and dynamic linker (libdl.so) libraries
/packages/modules/Virtualization/tests/testapk/
DAndroid.bp83 // libs. They are expected to share everything apart from the name, so that one app
155 // HACK: linking against "libselinux" will embed libselinux.so into the apk
156 // link against a stub to prevent libselinux.so from being embedded
/packages/modules/Bluetooth/system/gd/rust/
DREADME.md5 missing Rust support in our GN toolchain so we currently build the Rust
15 You should use `build.py` at the root to do your Rust builds so that it
/packages/modules/Connectivity/Tethering/
DAndroid.bp150 // java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
181 // packaging the TetheringApiXLibs in APKs, but they are necessary so that R8 has the right
184 // R8 runs after jarjar, so the framework-X libraries need to be the post-jarjar artifacts
185 // (framework-tethering.impl), if they are not just stubs, so that the name of jarjared
/packages/modules/Connectivity/framework/
Djarjar-excludes.txt4 # so that they do not need jarjar
29 # TODO: move into service-connectivity so framework-connectivity stops using

12345678910