Searched refs:ownerId (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 85 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/ |
D | CameraService.h | 405 int32_t ownerId, int32_t state);
|
D | CameraService.cpp | 2443 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/ |
D | WindowState.java | 608 int viewVisibility, int ownerId, boolean ownerCanAddInternalSystemWindow) { in WindowState() argument 615 mOwnerUid = ownerId; in WindowState()
|