Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h48 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/
DCameraService.h399 int32_t ownerId);
DCameraService.cpp2432 const std::set<String8>& conflictingKeys, int32_t priority, int32_t ownerId) { in makeClientDescriptor() argument
2435 key, value, cost, conflictingKeys, priority, ownerId); in makeClientDescriptor()