Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h85 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state);
87 int32_t score, int32_t ownerId, int32_t state);
151 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) : in ClientDescriptor() argument
154 mOwnerId{ownerId} {}
158 std::set<KEY>&& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) : in ClientDescriptor() argument
161 mPriority(score, state), mOwnerId{ownerId} {}
/frameworks/av/services/camera/libcameraservice/
DCameraService.h405 int32_t ownerId, int32_t state);
DCameraService.cpp2443 const std::set<String8>& conflictingKeys, int32_t score, int32_t ownerId, in makeClientDescriptor() argument
2447 key, value, cost, conflictingKeys, score, ownerId, state); in makeClientDescriptor()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java608 int viewVisibility, int ownerId, boolean ownerCanAddInternalSystemWindow) { in WindowState() argument
615 mOwnerUid = ownerId; in WindowState()