Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dcpu_set.h45 UniqueFile OpenPropertyFilePointer(const std::string& name) const;
Dcpu_set.cpp208 UniqueFile CpuSet::OpenPropertyFilePointer(const std::string& name) const { in OpenPropertyFilePointer() function in android::dvr::CpuSet
272 if (auto file = OpenPropertyFilePointer("cpus")) { in GetCpuList()