Home
last modified time | relevance | path

Searched refs:GetLink (Results 1 – 20 of 20) sorted by relevance

/system/linkerconfig/contents/namespace/
Dsphal.cc59 ns.GetLink("vndk").AddSharedLib( in BuildSphalNamespace()
61 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildSphalNamespace()
70 ns.GetLink("rs").AddSharedLib("libRS_internal.so"); in BuildSphalNamespace()
72 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildSphalNamespace()
74 ns.GetLink("vndk").AddSharedLib( in BuildSphalNamespace()
Dvndk.cc96 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildVndkNamespace()
99 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildVndkNamespace()
109 ns.GetLink("sphal").AllowAllSharedLibs(); in BuildVndkNamespace()
113 ns.GetLink("default").AllowAllSharedLibs(); in BuildVndkNamespace()
116 ns.GetLink("vndk_in_system") in BuildVndkNamespace()
Dproductdefault.cc36 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildProductDefaultNamespace()
39 ns.GetLink("vndk").AddSharedLib({Var("VNDK_SAMEPROCESS_LIBRARIES_PRODUCT"), in BuildProductDefaultNamespace()
42 ns.GetLink("vndk_in_system") in BuildProductDefaultNamespace()
Dvndkinsystem.cc61 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildVndkInSystemNamespace()
64 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildVndkInSystemNamespace()
67 ns.GetLink("vndk").AllowAllSharedLibs(); in BuildVndkInSystemNamespace()
Dapexartdefault.cc31 ns.GetLink("com_android_art").AllowAllSharedLibs(); in BuildApexArtDefaultNamespace()
32 ns.GetLink("system").AllowAllSharedLibs(); in BuildApexArtDefaultNamespace()
Dvendordefault.cc108 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildVendorDefaultNamespace()
111 ns.GetLink("vndk").AddSharedLib({Var("VNDK_SAMEPROCESS_LIBRARIES_VENDOR"), in BuildVendorDefaultNamespace()
114 ns.GetLink("vndk_in_system") in BuildVendorDefaultNamespace()
Dart.cc62 ns.GetLink(ctx.GetSystemNamespaceName()).AllowAllSharedLibs(); in BuildArtNamespace()
Drs.cc49 ns.GetLink(ctx.GetSystemNamespaceName()) in BuildRsNamespace()
/system/linkerconfig/contents/common/
Dsystem_links.cc50 ns.GetLink(system_ns_name).AddSharedLib(kBionicLibs); in AddStandardSystemLinks()
52 ns.GetLink(system_ns_name) in AddStandardSystemLinks()
57 ns.GetLink(system_ns_name).AddSharedLib("libfdtrack.so"); in AddStandardSystemLinks()
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc46 auto* link = GetLink(address_with_type); in ConnectFixedChannelServices()
87 auto* link = GetLink(device); in ConnectDynamicChannelServices()
96 Link* LinkManager::GetLink(hci::AddressWithType address_with_type) { in GetLink() function in bluetooth::l2cap::le::internal::LinkManager
107 …ASSERT_LOG(GetLink(connected_address_with_type) == nullptr, "%s is connected twice without disconn… in OnLeConnectSuccess()
115 auto* link = GetLink(connected_address_with_type); in OnLeConnectSuccess()
159 auto* link = GetLink(address_with_type); in OnDisconnect()
Dlink_manager.h59 Link* GetLink(hci::AddressWithType address_with_type);
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc45 auto* link = GetLink(device); in ConnectFixedChannelServices()
89 auto* link = GetLink(device); in ConnectDynamicChannelServices()
111 Link* LinkManager::GetLink(const hci::Address device) { in GetLink() function in bluetooth::l2cap::classic::internal::LinkManager
131 ASSERT_LOG(GetLink(device) == nullptr, "%s is connected twice without disconnection", in OnConnectSuccess()
138 auto* link = GetLink(device); in OnConnectSuccess()
202 auto* link = GetLink(device); in OnDisconnect()
Dlink_manager.h61 Link* GetLink(hci::Address device);
/system/linkerconfig/modules/tests/
Dmodules_testbase.h39 auto& link = ns.GetLink(target_1); in CreateNamespaceWithLinks()
42 ns.GetLink(target_2).AllowAllSharedLibs(); in CreateNamespaceWithLinks()
Dsection_test.cc230 section.GetNamespace("default")->GetLink("foo").GetSharedLibs())); in TEST_F()
234 section.GetNamespace("default")->GetLink("bar").GetSharedLibs())); in TEST_F()
237 section.GetNamespace("foo")->GetLink("bar").GetSharedLibs())); in TEST_F()
Dnamespace_test.cc125 ns.GetLink(link); in TEST()
Dapex_test.cc93 ASSERT_THAT(section.GetNamespace("foo")->GetLink("bar").GetSharedLibs(), in TEST()
/system/linkerconfig/modules/
Dsection.cc96 ns.GetLink(it->second).AddSharedLib(lib); in Resolve()
109 ns.GetLink(new_ns.GetName()).AddSharedLib(lib); in Resolve()
Dnamespace.cc53 Link& Namespace::GetLink(const std::string& target_namespace) { in GetLink() function in android::linkerconfig::modules::Namespace
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h96 Link& GetLink(const std::string& target_namespace);