Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/include/processgroup/
H A Dprocessgroup.h97 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_am_CachedAppOptimizer.cpp557 if (!getAttributePathForTask("FreezerState", getpid(), &path)) { in com_android_server_am_CachedAppOptimizer_getFreezerCheckPath()
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp657 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in getAttributePathForTask() function