Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h280 std::vector<int32_t> getAllOwners() const;
516 std::vector<int32_t> ClientManager<KEY, VALUE, LISTENER>::getAllOwners() const { in getAllOwners() function
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1098 std::vector<int> ownerPids(mActiveClientManager.getAllOwners()); in handleEvictionsLocked()