/aosp14/system/core/rootdir/etc/ |
H A D | public.libraries.android.txt | 2 libandroid.so 3 libaaudio.so 4 libamidi.so 6 libc.so 9 libdl.so 10 libEGL.so 14 libicu.so 18 liblog.so 20 libm.so 26 libRS.so [all …]
|
H A D | public.libraries.iot.txt | 2 libandroid.so 4 libaaudio.so 5 libamidi.so 7 libc.so 9 libdl.so 10 libEGL.so 15 libicuuc.so 17 liblog.so 19 libm.so 25 libRS.so [all …]
|
H A D | public.libraries.wear.txt | 2 libandroid.so 3 libaaudio.so 4 libamidi.so 6 libc.so 8 libdl.so 9 libEGL.so 13 libicu.so 17 liblog.so 19 libm.so 25 libRS.so [all …]
|
H A D | linker.config.json | 12 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview 14 // TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and 17 // TODO(b/120786417 or b/134659294): libicuuc.so 18 // and libicui18n.so are kept for app compat.
|
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
H A D | OverlayBaseTest.java | 111 return so; in getExpected() 125 return so; in getExpected() 134 private int getExpected(int no, int so, int mo) { in getExpected() argument 139 return so; in getExpected() 153 return so; in getExpected() 163 boolean expected = getExpected(no, so, mo); in assertResource() 169 int expected = getExpected(no, so, mo); in assertResource() 175 String expected = getExpected(no, so, mo); in assertResource() 181 int[] expected = getExpected(no, so, mo); in assertResource() 312 final String so = "Lorem ipsum: single overlay."; in testAppRaw() local [all …]
|
/aosp14/system/core/ |
H A D | CleanSpec.mk | 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so) 63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libtrusty.so) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libtrusty.so) 65 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/keystore.trusty.so) 66 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/keystore.trusty.so) 67 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.trusty.so) 68 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.trusty.so)
|
/aosp14/frameworks/base/ |
H A 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) 76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libhwui.so) 78 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libhwui.so) 154 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/librtp_jni.so) 155 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/librtp_jni.so) 232 …-rf $(PRODUCT_OUT)/system/lib/libinputflingerhost.so $(PRODUCT_OUT)/system/lib64/libinputflingerho… 233 …T_OUT)/symbols/system/lib/libinputflingerhost.so $(PRODUCT_OUT)/symbols/system/lib64/libinputfling… [all …]
|
/aosp14/frameworks/base/native/ |
H A 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
|
/aosp14/frameworks/base/tools/dump-coverage/ |
H A 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'
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | Android.bp | 32 "android.hardware.confirmationui.not-so-secure-input", 62 "android.hardware.confirmationui.not-so-secure-input", 106 name: "android.hardware.confirmationui.not-so-secure-input",
|
/aosp14/frameworks/base/tools/lock_agent/ |
H A D | start_with_lockagent.sh | 13 $APP -Xplugin:libopenjdkjvmti.so "-agentpath:liblockagent.so$AGENT_OPTIONS" $@
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | uinput.sh | 6 export LD_PRELOAD=libuinputcommand_jni.so
|
/aosp14/frameworks/base/cmds/hid/ |
H A D | hid.sh | 6 export LD_PRELOAD=libhidcommand_jni.so
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SurfaceSyncGroup.md | 5 A generic way for data to be gathered so multiple surfaces can be synced. This is intended to be us… 45 …Impls. The framework handles the timing and rendering of the ViewRootImpl, so it's expected that t… 47 …so via `addToSync(AttachedSurfaceControl)`. The SurfaceSyncGroup code will call into ViewRootImpl,… 50 …to SSG-2 so it will not apply it's transaction, but send it to SSG-2 to apply. SSG-2 will end up w… 54 …riginal SSG calls markSyncReady, it will also mark the SSG in WMS as ready so the WMS created SSG …
|
/aosp14/frameworks/base/services/tests/servicestests/certs/ |
H A D | keyset_B.x509.pem | 6 so+ZuRkD6M5Mo1AwTjAdBgNVHQ4EFgQUHrv1BwZU/MchAsa3VL0n458IwVswHwYD
|
/aosp14/system/core/janitors/ |
H A D | OWNERS | 1 # OWNERS file for projects that don't really have owners so much as volunteer janitors.
|
/aosp14/frameworks/base/media/tests/ |
H A D | README.txt | 2 Uses instrumentation and so can be run with runtest.
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | Android.bp | 20 // Enforce that the library is built against java 8 so that there are
|
/aosp14/frameworks/base/core/java/org/chromium/arc/ |
H A D | EventLogTags.logtags | 6 # In case of conflicts build will fail, so we do not need to worry too much
|
/aosp14/frameworks/base/services/ |
H A D | proguard_permission.flags | 7 # CoverageService guards optional jacoco class references with a runtime guard, so we can safely
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSnooze.java | 178 SnoozeOption so = mSnoozeOptions.get(i); in performAccessibilityActionInternal() local 179 if (so.getAccessibilityAction() != null in performAccessibilityActionInternal() 180 && so.getAccessibilityAction().getId() == action) { in performAccessibilityActionInternal() 181 setSelected(so, true); in performAccessibilityActionInternal()
|
/aosp14/frameworks/base/tests/UiBench/ |
H A D | Android.bp | 16 // use appcompat/support lib from the tree, so improvements/
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 214 // so the screen stays on for a little longer. 395 // The value of Global.AUTOMATIC_POWER_SAVE_MODE. This is a cached value, so it could 399 // The value of Global.LOW_POWER_MODE. This is a cached value, so it could 403 // The value of Global.LOW_POWER_MODE_STICKY. This is a cached value, so it could 407 // The value of Global.LOW_POWER_MODE_TRIGGER_LEVEL. This is a cached value, so it could 411 // The value of Global.LOW_POWER_MODE_STICKY_AUTO_DISABLE_ENABLED. This is a cached value, so 415 // The value of Global.LOW_POWER_MODE_STICKY_AUTO_DISABLE_LEVEL. This is a cached value, so it 428 // so it could be slightly different from what's in GlobalSettingsProto.DynamicPowerSavings. 432 // Corresponds to Global.DYNAMIC_POWER_SAVINGS_ENABLED. This is a cached value, so it could
|
/aosp14/system/core/libstats/pull_lazy/ |
H A D | Android.bp | 3 // libstatspull.so is available.
|
/aosp14/system/core/libstats/socket_lazy/ |
H A D | Android.bp | 3 // libstatssocket.so is available.
|