Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 36) sorted by relevance

12

/system/core/trusty/keymaster/
DAndroid.bp31 "legacy/trusty_keymaster_device.cpp",
32 "legacy/trusty_keymaster_main.cpp",
59 "legacy/module.cpp",
60 "legacy/trusty_keymaster_device.cpp",
/system/netd/server/
DNetworkController.h131 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;
DNetworkController.cpp596 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()
DNetdNativeService.cpp971 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()
DNdcDispatcher.cpp978 bool legacy = false; in runCommand() local
982 legacy = true; in runCommand()
1004 if (legacy) { in runCommand()
/system/core/rootdir/etc/
Dld.config.legacy.txt7 # 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/
Dsync_test.cpp246 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-format19 # accommodate for handling of the large legacy code base.
/system/bt/
D.clang-format19 # accommodate for handling of the large legacy code base.
/system/bt/gd/
D.clang-format19 # accommodate for handling of the large legacy code base.
/system/sepolicy/vendor/
Dmediacodec.te7 # on legacy devices, continue to allow /dev/binder traffic
/system/extras/perfprofd/
Dperfprofdcore.cc326 return val.legacy.chargerAcOnline || val.legacy.chargerUsbOnline || in get_charging()
327 val.legacy.chargerWirelessOnline; in get_charging()
/system/sepolicy/prebuilts/api/28.0/public/
Dmediacodec.te15 # on legacy devices, continue to allow /dev/binder traffic
Dproperty.te142 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
/system/sepolicy/prebuilts/api/26.0/public/
Dmediacodec.te15 # on legacy devices, continue to allow /dev/binder traffic
/system/sepolicy/prebuilts/api/27.0/public/
Dmediacodec.te15 # on legacy devices, continue to allow /dev/binder traffic
/system/tools/hidl/
DAndroid.bp37 // _hidl_cb and addOnewayTask are stuck because of the legacy ABI
/system/vold/
DUtils.cpp735 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/
Dstoraged.cpp84 mUidm.set_charger_state(is_charger_on(props.legacy.batteryStatus)); in healthInfoChanged()
/system/core/adb/
Dadb.cpp1050 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/
DREADME.overlayfs.md101 permits legacy behavior for systems that do not have overlapping
/system/core/fastboot/device/
Dvariables.cpp112 *battery_voltage = info.legacy.batteryVoltage; in GetBatteryVoltageHelper()
/system/core/rootdir/
DAndroid.mk280 LOCAL_SRC_FILES := etc/ld.config.legacy.txt
/system/sepolicy/public/
Dproperty.te176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty.te176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear

12