Searched refs:mems (Results 1 – 4 of 4) sorted by relevance
38 const Drawing::GPUContext* gpuContext, std::vector<MemoryGraphic>& mems);
299 … std::vector<pid_t> pids, const Drawing::GPUContext* gpuContext, std::vector<MemoryGraphic>& mems) in CountMemory() argument301 auto countMem = [&gpuContext, &mems] (pid_t pid) { in CountMemory()302 mems.emplace_back(CountPidMemory(pid, gpuContext)); in CountMemory()
220 void CountMem(std::vector<MemoryGraphic>& mems);
3453 void RSMainThread::CountMem(std::vector<MemoryGraphic>& mems) in CountMem() argument3468 RSUniRenderThread::Instance().PostSyncTask([&mems, &pids] { in CountMem()3470 … RSUniRenderThread::Instance().GetRenderEngine()->GetRenderContext()->GetDrGPUContext(), mems); in CountMem()