Searched refs:Vendor (Results 1 – 25 of 45) sorted by relevance
12
/system/linkerconfig/contents/section/ |
D | vendor.cc | 36 ctx.SetCurrentSection(SectionType::Vendor); in BuildVendorSection() 41 namespaces.emplace_back(BuildVndkNamespace(ctx, VndkUserPartition::Vendor)); in BuildVendorSection() 61 libs_providers[":vndk"] = GetVndkProvider(ctx, VndkUserPartition::Vendor); in BuildVendorSection()
|
D | apexdefault.cc | 92 BuildVndkNamespace(ctx, VndkUserPartition::Vendor)); in BuildApexDefaultSection() 139 VndkUserPartition user_partition = VndkUserPartition::Vendor; in BuildApexDefaultSection()
|
D | unrestricted.cc | 44 namespaces.emplace_back(BuildVndkNamespace(ctx, VndkUserPartition::Vendor)); in BuildUnrestrictedSection()
|
D | system.cc | 44 BuildVndkNamespace(ctx, VndkUserPartition::Vendor)); in BuildSystemSection()
|
D | sectionbuilder.cc | 72 partition == VndkUserPartition::Vendor ? "VENDOR" : "PRODUCT"; in GetVndkProvider()
|
/system/linkerconfig/contents/tests/configuration/ |
D | vndk_test.cc | 52 vendor_context.SetCurrentSection(SectionType::Vendor); in TEST() 53 auto vndk_ns = BuildVndkNamespace(vendor_context, VndkUserPartition::Vendor); in TEST()
|
/system/sepolicy/microdroid/vendor/ |
D | file_contexts | 2 # Vendor files
|
/system/chre/core/ |
D | chre_metrics.proto | 35 // Vendor reverse domain name (expecting "com.google.pixel"). 95 // Vendor reverse domain name (expecting "com.google.pixel"). 159 // Vendor reverse domain name (expecting "com.google.pixel"). 178 // Vendor reverse domain name (expecting "com.google.pixel"). 203 // Vendor reverse domain name (expecting "com.google.pixel"). 231 // Vendor reverse domain name (expecting "com.google.pixel").
|
/system/tools/hidl/test/cpp_impl_test/ |
D | Android.bp | 29 "Vendor.h", 52 "Vendor.cpp",
|
/system/linkerconfig/contents/include/linkerconfig/ |
D | common.h | 30 Vendor, enumerator
|
D | context.h | 28 Vendor, enumerator
|
/system/linkerconfig/contents/namespace/ |
D | vndkinsystem.cc | 55 : VndkUserPartition::Vendor); in BuildVndkInSystemNamespace()
|
D | rs.cc | 54 AddLlndkLibraries(ctx, &ns, VndkUserPartition::Vendor); in BuildRsNamespace()
|
D | sphal.cc | 68 AddLlndkLibraries(ctx, &ns, VndkUserPartition::Vendor); in BuildSphalNamespace()
|
D | vndk.cc | 84 if (vndk_user == VndkUserPartition::Vendor) { in BuildVndkNamespace()
|
/system/tools/aidl/build/ |
D | properties.go | 39 Vendor imageProperties member
|
/system/sepolicy/flagging/ |
D | te_macros | 19 # * Vendor sepolicy: Rules are enabled only when the board API level meets or
|
/system/linkerconfig/contents/context/ |
D | context.cc | 39 return current_section_ == SectionType::Vendor; in IsVendorSection()
|
/system/tools/sysprop/ |
D | sysprop.proto | 29 Vendor = 1; enumerator
|
D | Common.cpp | 61 case sysprop::Vendor: in GenerateDefaultPropName() 170 case sysprop::Vendor: in ValidateProp()
|
/system/sepolicy/private/ |
D | vendor_init.te | 237 # Vendor init can read properties 240 # Vendor init can perform operations on trusted and security Extended Attributes 252 # Everything is labeled as rootfs in recovery mode. Vendor init has to execute 339 # Vendor init shouldn't communicate with any vendor process, nor most system processes.
|
D | rs.te | 22 # Vendor overlay can be found in vendor apex
|
D | postinstall_dexopt.te | 50 # Vendor overlay can be found in vendor apex
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 26 // Vendor-specific configuration data for extended filter. Byte array opaque 68 // Vendor-specific configuration data for OEM service. Byte array opaque 170 // Vendor-defined status code provided from OEM library.
|
/system/sepolicy/microdroid/system/private/ |
D | vendor_init.te | 128 # Vendor init can perform operations on trusted and security Extended Attributes
|
12