Home
last modified time | relevance | path

Searched refs:DropResourceCaching (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.h55 virtual void DropResourceCaching() {} in DropResourceCaching() function
115 virtual void DropResourceCaching();
184 void DropResourceCaching();
200 virtual void DropResourceCaching();
213 void DropResourceCaching() const;
H A Dtask_profiles.cpp171 void CachedFdProfileAction::DropResourceCaching() { in DropResourceCaching() function in CachedFdProfileAction
378 void ApplyProfileAction::DropResourceCaching() { in DropResourceCaching() function in ApplyProfileAction
380 profile->DropResourceCaching(); in DropResourceCaching()
422 void TaskProfile::DropResourceCaching() { in DropResourceCaching() function in TaskProfile
428 element->DropResourceCaching(); in DropResourceCaching()
434 void TaskProfiles::DropResourceCaching() const { in DropResourceCaching() function in TaskProfiles
436 iter.second->DropResourceCaching(); in DropResourceCaching()
H A Dprocessgroup.cpp115 TaskProfiles::GetInstance().DropResourceCaching(); in DropTaskProfilesResourceCaching()