Searched defs:getOwnerId (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h114 int32_t getOwnerId() const;
187 int32_t ClientDescriptor<KEY, VALUE>::getOwnerId() const { function in class:android::resource_policy::ClientDescriptor
425 int32_t owner = client->getOwnerId();
436 highestPriorityOwner = i->getOwnerId();
450 int32_t curOwner = i->getOwnerId();
558 owners.emplace(i->getOwnerId());
568 auto j = ownerPriorityList.find(i->getOwnerId());

Completed in 63 milliseconds