Home
last modified time | relevance | path

Searched refs:uInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp475 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
480 fillPlane(rect, uInfo, u, 0); in TEST_F()
483 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
496 uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F()
501 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x3… in TEST_F()
504 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, uInfo, u, 0)); in TEST_F()
507 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, uInfo, u, 0)); in TEST_F()
539 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
544 fillPlane({ kWidth, kHeight }, uInfo, u, 0); in TEST_F()
547 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java354 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()
355 if (uInfo.id == userId) { in getManagedProfileId()
358 if (uInfo.isManagedProfile()) { in getManagedProfileId()
359 return uInfo.id; in getManagedProfileId()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java11531 public @NonNull DevicePolicyManager getParentProfileInstance(UserInfo uInfo) { in getParentProfileInstance() argument
11534 if (!uInfo.isManagedProfile()) { in getParentProfileInstance()
11535 throw new SecurityException("The user " + uInfo.id in getParentProfileInstance()