Home
last modified time | relevance | path

Searched refs:getOwnerId (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h142 int32_t getOwnerId() const;
217 int32_t ClientDescriptor<KEY, VALUE>::getOwnerId() const { in getOwnerId() function
461 int32_t owner = client->getOwnerId(); in wouldEvictLocked()
472 highestPriorityOwner = i->getOwnerId(); in wouldEvictLocked()
486 int32_t curOwner = i->getOwnerId(); in wouldEvictLocked()
594 owners.emplace(i->getOwnerId()); in getAllOwners()
604 auto j = ownerPriorityList.find(i->getOwnerId()); in updatePriorities()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1053 logConnected(desc->getKey(), static_cast<int>(desc->getOwnerId()), in finishConnectLocked()
1177 i->getOwnerId(), i->getPriority().getScore(), in handleEvictionsLocked()
1181 String8{i->getValue()->getPackageName()}.string(), i->getOwnerId(), in handleEvictionsLocked()
1213 i->getOwnerId(), i->getPriority().getScore(), in handleEvictionsLocked()
1242 __FUNCTION__, i->getKey().string(), i->getOwnerId()); in handleEvictionsLocked()
2089 i->getOwnerId(), i->getPriority().getScore(), in doUserSwitch()
2959 int32_t pid = i->getOwnerId(); in toString()
3009 partial->getOwnerId(), partial->getPriority().getState()); in makeClientDescriptor()
3099 dprintf(fd, " Client PID: %d\n", clientDescriptor->getOwnerId()); in dump()