Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp469 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
474 fillPlane(rect, uInfo, u, 0); in TEST_F()
477 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
490 uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F()
495 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x3… in TEST_F()
498 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, uInfo, u, 0)); in TEST_F()
501 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, uInfo, u, 0)); in TEST_F()
533 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
538 fillPlane({ kWidth, kHeight }, uInfo, u, 0); in TEST_F()
541 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.java345 for (UserInfo uInfo : userProfiles) { in getManagedProfileId()
346 if (uInfo.id == userId) { in getManagedProfileId()
349 if (uInfo.isManagedProfile()) { in getManagedProfileId()
350 return uInfo.id; in getManagedProfileId()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java9293 public @NonNull DevicePolicyManager getParentProfileInstance(UserInfo uInfo) { in getParentProfileInstance() argument
9296 if (!uInfo.isManagedProfile()) { in getParentProfileInstance()
9297 throw new SecurityException("The user " + uInfo.id in getParentProfileInstance()