Home
last modified time | relevance | path

Searched refs:isVendor (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp1144 EXPECT_FALSE(index.isVendor()); in TEST_F()
1202 EXPECT_FALSE(type.isVendor()); in TEST_F()
1393 EXPECT_FALSE(type.isVendor()); in TEST_F()
1402 EXPECT_FALSE(type.isVendor()); in TEST_F()
1627 EXPECT_FALSE(type.isVendor()); in TEST_F()
1636 EXPECT_FALSE(type.isVendor()); in TEST_F()
1799 EXPECT_FALSE(type.isVendor()); in TEST_F()
1989 EXPECT_FALSE(type.isVendor()); in TEST_F()
1998 EXPECT_FALSE(type.isVendor()); in TEST_F()
2222 EXPECT_FALSE(type.isVendor()); in TEST_F()
[all …]
H A DC2SampleComponent_test.cpp294 cout << (type.isVendor() ? "Vendor" : "C2"); in dumpType()
323 cout << (type.isVendor() ? "Vendor" : "C2"); in dumpType()
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java161 if (overlayPackage.isVendor()) { in enforceOverlayable()
202 if (overlayPackage.isVendor()) { in calculateFulfilledPolicies()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java390 boolean isVendor(); in isVendor() method
H A DPackageImpl.java671 public boolean isVendor() { in isVendor() method in PackageImpl
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h198 inline bool isVendor() const { return mIndex & IS_VENDOR_FLAG; } in isVendor() function
386 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor() function
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp71 i.isVendor() ? 'V' : '-', in attribParamCoreIndex()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java298 public boolean isVendor() {
H A DPackageManagerShellCommand.java2415 return info != null && info.applicationInfo.isVendor(); in isVendorApp()
H A DPackageManagerService.java21098 final boolean vendor = oldPackage.isVendor(); in preparePackageLI()
27129 | (appInfo.isVendor() ? IPackageManagerNative.LOCATION_VENDOR : 0)
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.cpp204 if (desc->index().isVendor() && markVendor) { in addParamDesc()
H A DCCodecConfig.cpp1085 if (desc->index().isVendor()) { in initialize()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java494 | flag(pkg.isVendor(), ApplicationInfo.PRIVATE_FLAG_VENDOR) in appInfoPrivateFlags()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DPermissionMonitor.java296 return appInfo.isVendor() || appInfo.isOem() || appInfo.isProduct(); in isVendorApp()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h202 std::vector<hardware::CameraStatus>* cameraStatuses, bool isVendor = false,
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2402 public boolean isVendor() { in isVendor() method in ApplicationInfo
H A DPackageParser.java7186 public boolean isVendor() { in isVendor() method in PackageParser.Package
7187 return applicationInfo.isVendor(); in isVendor()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java3506 if (pkg.isVendor()) {
3522 if (pkg.isVendor()) {
3595 if (allowed && isPrivilegedPermission && !bp.isVendorPrivileged() && pkg.isVendor()) {
/aosp12/frameworks/base/core/java/android/app/
H A DLoadedApk.java836 && mApplicationInfo.isVendor() && treatVendorApkAsUnbundled) { in createOrUpdateClassLoaderLocked()
/aosp12/frameworks/base/config/
H A Dboot-profile.txt467 Landroid/content/pm/PackageParser$Package;->isVendor()Z
468 Landroid/content/pm/ApplicationInfo;->isVendor()Z
H A Dboot-image-profile.txt4450 HSPLandroid/content/pm/ApplicationInfo;->isVendor()Z
4664 HSPLandroid/content/pm/PackageParser$Package;->isVendor()Z
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java142 public final boolean isVendor() { in isVendor() method in MediaCodecInfo
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2535 method public boolean isVendor();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4452 HSPLandroid/content/pm/ApplicationInfo;->isVendor()Z
4666 HSPLandroid/content/pm/PackageParser$Package;->isVendor()Z
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13868 Landroid/content/pm/ApplicationInfo;->isVendor()Z
15571 Landroid/content/pm/PackageParser$Package;->isVendor()Z

12