Home
last modified time | relevance | path

Searched refs:ownerId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java290 WindowState createWindow(WindowState parent, int type, String name, int ownerId) { in createWindow() argument
293 ? createWindow(parent, type, mDisplayContent, name, ownerId) in createWindow()
294 : createWindow(parent, type, parent.mToken, name, ownerId); in createWindow()
323 int ownerId) { in createWindow() argument
327 return createWindow(parent, type, token, name, ownerId); in createWindow()
349 int ownerId) { in createWindow() argument
351 return createWindow(parent, type, token, name, ownerId, in createWindow()
357 int ownerId, boolean ownerCanAddInternalSystemWindow) { in createWindow() argument
358 return createWindow(parent, type, token, name, ownerId, ownerCanAddInternalSystemWindow, in createWindow()
363 String name, int ownerId, boolean ownerCanAddInternalSystemWindow, in createWindow() argument
[all …]
DDragDropControllerTests.java95 private WindowState createDropTargetWindow(String name, int ownerId) { in createDropTargetWindow() argument
100 final Task task = createTaskInStack(stack, ownerId); in createDropTargetWindow()
104 null, TYPE_BASE_APPLICATION, token, name, ownerId, false); in createDropTargetWindow()
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h112 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state,
115 int32_t score, int32_t ownerId, int32_t state, bool isVendorClient);
179 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state, in ClientDescriptor() argument
183 mOwnerId{ownerId} {}
187 std::set<KEY>&& conflictingKeys, int32_t score, int32_t ownerId, int32_t state, in ClientDescriptor() argument
191 mPriority(score, state, isVendorClient), mOwnerId{ownerId} {}
/frameworks/av/services/camera/libcameraservice/
DCameraService.h430 int32_t ownerId, int32_t state);
DCameraService.cpp2994 const std::set<String8>& conflictingKeys, int32_t score, int32_t ownerId, in makeClientDescriptor() argument
3002 key, value, cost, conflictingKeys, score_adj, ownerId, state_adj, isVendorClient); in makeClientDescriptor()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java681 int viewVisibility, int ownerId, boolean ownerCanAddInternalSystemWindow) { in WindowState() argument
682 this(service, s, c, token, parentWindow, appOp, seq, a, viewVisibility, ownerId, in WindowState()
698 int viewVisibility, int ownerId, boolean ownerCanAddInternalSystemWindow, in WindowState() argument
706 mOwnerUid = ownerId; in WindowState()