Home
last modified time | relevance | path

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

123

/system/bt/main/shim/
Dl2cap.cc41 bool bluetooth::shim::legacy::PsmManager::IsPsmRegistered(uint16_t psm) const { in IsPsmRegistered()
45 bool bluetooth::shim::legacy::PsmManager::HasClient(uint16_t psm) const { in HasClient()
49 void bluetooth::shim::legacy::PsmManager::RegisterPsm( in RegisterPsm()
55 void bluetooth::shim::legacy::PsmManager::RegisterPsm(uint16_t psm) { in RegisterPsm()
59 void bluetooth::shim::legacy::PsmManager::UnregisterPsm(uint16_t psm) { in UnregisterPsm()
64 const tL2CAP_APPL_INFO* bluetooth::shim::legacy::PsmManager::Callbacks( in Callbacks()
70 bluetooth::shim::legacy::L2cap::L2cap() in L2cap()
78 bluetooth::shim::legacy::L2cap::~L2cap() { in ~L2cap()
82 bluetooth::shim::legacy::PsmManager& bluetooth::shim::legacy::L2cap::Le() { in Le()
86 bluetooth::shim::legacy::PsmManager& bluetooth::shim::legacy::L2cap::Classic() { in Classic()
[all …]
Dbtm.cc94 bool legacy{false}; member
118 (o.legacy ? kBleEventLegacyBit : 0) | in TransformToExtendedEventType()
182 {.connectable = true, .scannable = true, .legacy = true}); in on_advertisements()
187 {.connectable = true, .directed = true, .legacy = true}); in on_advertisements()
191 {.scannable = true, .legacy = true}); in on_advertisements()
195 {.legacy = true}); in on_advertisements()
202 .legacy = true}); in on_advertisements()
237 .legacy = false, in on_advertisements()
Dl2cap.h28 namespace legacy {
/system/tools/sysprop/tests/
DApiCheckerTest.cpp43 module: "android.legacy"
90 module: "android.legacy"
140 module: "android.legacy"
DCppGenTest.cpp52 legacy_prop_name: "legacy.android.test.string"
DTypeCheckerTest.cpp63 legacy_prop_name: "ro.legacy.prop4"
DJavaGenTest.cpp435 …Log.d("TestProperties", "prop vendor.test.string doesn't exist; fallback to legacy prop vendor.old…
/system/netd/server/
DNetworkController.h128 const char* nexthop, bool legacy, uid_t uid, int mtu);
130 const char* nexthop, bool legacy, uid_t uid, int mtu);
132 const char* nexthop, bool legacy, uid_t uid);
166 const char* nexthop, RouteOperation op, bool legacy, uid_t uid,
DNetworkController.cpp613 const char* nexthop, bool legacy, uid_t uid, int mtu) { in addRoute() argument
614 return modifyRoute(netId, interface, destination, nexthop, ROUTE_ADD, legacy, uid, mtu); in addRoute()
618 const char* nexthop, bool legacy, uid_t uid, int mtu) { in updateRoute() argument
619 return modifyRoute(netId, interface, destination, nexthop, ROUTE_UPDATE, legacy, uid, mtu); in updateRoute()
623 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() argument
624 return modifyRoute(netId, interface, destination, nexthop, ROUTE_REMOVE, legacy, uid, 0); in removeRoute()
801 const char* nexthop, enum RouteOperation op, bool legacy, in modifyRoute() argument
822 } else if (legacy) { in modifyRoute()
DNetdNativeService.cpp994 bool legacy = false; in networkAddRouteParcel() local
1000 legacy, uid, route.mtu); in networkAddRouteParcel()
1008 bool legacy = false; in networkUpdateRouteParcel() local
1014 legacy, uid, route.mtu); in networkUpdateRouteParcel()
1028 bool legacy = false; in networkAddRoute() local
1031 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid, 0); in networkAddRoute()
1039 bool legacy = false; in networkRemoveRoute() local
1042 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute()
1050 bool legacy = true; in networkAddLegacyRoute() local
1052 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute()
[all …]
/system/tools/sysprop/
DApiChecker.cpp53 bool legacy = false; in CompareProps() local
61 legacy = true; in CompareProps()
92 if (!legacy) { in CompareProps()
/system/core/healthd/
DBatteryMonitor.cpp85 auto* props = &health_info_2_1->legacy.legacy; in initHealthInfo()
102 return getHealthInfo_2_0().legacy; in getHealthInfo_1_0()
106 return getHealthInfo_2_1().legacy; in getHealthInfo_2_0()
248 HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in updateValues()
273 mHealthInfo->legacy.batteryCurrentAverage = in updateValues()
354 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in logValues()
388 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in isChargerOnline()
473 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in dumpState()
/system/linkerconfig/
Drundiff.sh66 mkdir -p $1/legacy
67 linkerconfig -r $TMP_ROOT -t $1/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/bt/hci/include/
Dhci_layer.h89 namespace legacy {
/system/bt/device/include/
Dcontroller.h113 namespace legacy {
/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/linkerconfig/testdata/golden_output/legacy/
Dld.config.txt1 dir.legacy = /system
2 dir.legacy = /system_ext
3 dir.legacy = /product
4 dir.legacy = /vendor
5 dir.legacy = /odm
6 dir.legacy = /sbin
8 dir.legacy = /data
9 [legacy]
/system/sepolicy/private/
Dinstalld.te40 # Allow installd to access apk verity feature flag (for legacy case).
/system/sepolicy/prebuilts/api/30.0/private/
Dinstalld.te40 # Allow installd to access apk verity feature flag (for legacy case).
/system/apex/apexer/testdata/
DAndroid.bp39 name: "com.android.example-legacy.apex",
/system/sepolicy/prebuilts/api/28.0/public/
Dmediacodec.te15 # on legacy devices, continue to allow /dev/binder traffic
/system/sepolicy/prebuilts/api/26.0/public/
Dmediacodec.te15 # on legacy devices, continue to allow /dev/binder traffic

123