Searched refs:ownerId (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 48 const std::set<KEY>& conflictingKeys, int32_t priority, int32_t ownerId); 50 int32_t priority, int32_t ownerId); 114 const std::set<KEY>& conflictingKeys, int32_t priority, int32_t ownerId) : mKey{key}, in ClientDescriptor() argument 116 mOwnerId{ownerId} {} 120 std::set<KEY>&& conflictingKeys, int32_t priority, int32_t ownerId) : in ClientDescriptor() argument 123 mOwnerId{ownerId} {}
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 399 int32_t ownerId);
|
D | CameraService.cpp | 2432 const std::set<String8>& conflictingKeys, int32_t priority, int32_t ownerId) { in makeClientDescriptor() argument 2435 key, value, cost, conflictingKeys, priority, ownerId); in makeClientDescriptor()
|