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

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h32 namespace resource_policy { namespace in namespace:android
684 }; // namespace resource_policy
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1000 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>* partial) {
1045 std::map<int,resource_policy::ClientPriority> pidToPriorityMap;
1048 resource_policy::ClientPriority(priorityScores[i], states[i]));
1321 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>> partial;
2354 const resource_policy::ClientDescriptor<String8,
2365 const resource_policy::ClientDescriptor<String8,
2441 return std::make_shared<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>(
2353 onClientAdded( const resource_policy::ClientDescriptor<String8, sp<CameraService::BasicClient>>& descriptor) argument
2364 onClientRemoved( const resource_policy::ClientDescriptor<String8, sp<CameraService::BasicClient>>& descriptor) argument

Completed in 545 milliseconds