/system/core/trusty/keymaster/ |
D | Android.bp | 31 "legacy/trusty_keymaster_device.cpp", 32 "legacy/trusty_keymaster_main.cpp", 59 "legacy/module.cpp", 60 "legacy/trusty_keymaster_device.cpp",
|
/system/netd/server/ |
D | NetworkController.h | 131 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; 133 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; 162 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
|
D | NetworkController.cpp | 596 const char* nexthop, bool legacy, uid_t uid) { in addRoute() argument 597 return modifyRoute(netId, interface, destination, nexthop, true, legacy, uid); in addRoute() 601 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() argument 602 return modifyRoute(netId, interface, destination, nexthop, false, legacy, uid); in removeRoute() 779 const char* nexthop, bool add, bool legacy, uid_t uid) { in modifyRoute() argument 799 } else if (legacy) { in modifyRoute()
|
D | NetdNativeService.cpp | 971 bool legacy = false; in networkAddRoute() local 974 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkAddRoute() 982 bool legacy = false; in networkRemoveRoute() local 985 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute() 993 bool legacy = true; in networkAddLegacyRoute() local 995 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute() 1005 bool legacy = true; in networkRemoveLegacyRoute() local 1007 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkRemoveLegacyRoute()
|
D | NdcDispatcher.cpp | 978 bool legacy = false; in runCommand() local 982 legacy = true; in runCommand() 1004 if (legacy) { in runCommand()
|
/system/core/rootdir/etc/ |
D | ld.config.legacy.txt | 7 # All binaries gets the same configuration 'legacy' 8 dir.legacy = /system 9 dir.legacy = /product 10 dir.legacy = /vendor 11 dir.legacy = /odm 12 dir.legacy = /sbin 19 dir.legacy = /data 21 [legacy]
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 246 struct sync_fence_info_data* legacy = sync_fence_info(f.getFd()); in CheckModernLegacyInfoMatch() local 249 ASSERT_TRUE(legacy != NULL); in CheckModernLegacyInfoMatch() 251 EXPECT_STREQ(modern->name, legacy->name); in CheckModernLegacyInfoMatch() 252 EXPECT_EQ(modern->status, legacy->status); in CheckModernLegacyInfoMatch() 255 struct sync_pt_info* pt = sync_pt_info(legacy, NULL); in CheckModernLegacyInfoMatch() 264 pt = sync_pt_info(legacy, pt); in CheckModernLegacyInfoMatch()
|
/system/nfc/ |
D | .clang-format | 19 # accommodate for handling of the large legacy code base.
|
/system/bt/ |
D | .clang-format | 19 # accommodate for handling of the large legacy code base.
|
/system/bt/gd/ |
D | .clang-format | 19 # accommodate for handling of the large legacy code base.
|
/system/sepolicy/vendor/ |
D | mediacodec.te | 7 # on legacy devices, continue to allow /dev/binder traffic
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 326 return val.legacy.chargerAcOnline || val.legacy.chargerUsbOnline || in get_charging() 327 val.legacy.chargerWirelessOnline; in get_charging()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mediacodec.te | 15 # on legacy devices, continue to allow /dev/binder traffic
|
D | property.te | 142 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | mediacodec.te | 15 # on legacy devices, continue to allow /dev/binder traffic
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | mediacodec.te | 15 # on legacy devices, continue to allow /dev/binder traffic
|
/system/tools/hidl/ |
D | Android.bp | 37 // _hidl_cb and addOnewayTask are stuck because of the legacy ABI
|
/system/vold/ |
D | Utils.cpp | 735 std::string legacy = StringPrintf("%s/data", data.c_str()); in BuildDataUserCePath() local 737 if (lstat(legacy.c_str(), &sb) == 0 && S_ISDIR(sb.st_mode)) { in BuildDataUserCePath() 739 return legacy; in BuildDataUserCePath()
|
/system/core/storaged/ |
D | storaged.cpp | 84 mUidm.set_charger_state(is_charger_on(props.legacy.batteryStatus)); in healthInfoChanged()
|
/system/core/adb/ |
D | adb.cpp | 1050 bool legacy = true; in handle_host_request() local 1056 legacy = false; in handle_host_request() 1094 if (!legacy) { in handle_host_request()
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 101 permits legacy behavior for systems that do not have overlapping
|
/system/core/fastboot/device/ |
D | variables.cpp | 112 *battery_voltage = info.legacy.batteryVoltage; in GetBatteryVoltageHelper()
|
/system/core/rootdir/ |
D | Android.mk | 280 LOCAL_SRC_FILES := etc/ld.config.legacy.txt
|
/system/sepolicy/public/ |
D | property.te | 176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property.te | 176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
|