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

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h77 int32_t getOwnerId() const;
149 int32_t ClientDescriptor<KEY, VALUE>::getOwnerId() const { function in class:android::resource_policy::ClientDescriptor
387 int32_t owner = client->getOwnerId();
398 highestPriorityOwner = i->getOwnerId();
412 int32_t curOwner = i->getOwnerId();
520 owners.emplace(i->getOwnerId());
530 auto j = ownerPriorityList.find(i->getOwnerId());

Completed in 1869 milliseconds