Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpumem/
DGpuMem.cpp70 auto map = bpf::BpfMapRO<uint64_t, uint64_t>(kGpuMemTotalMapPath); in initialize()
72 ALOGE("Failed to create bpf map from %s [%d(%s)]", kGpuMemTotalMapPath, errno, in initialize()
/frameworks/native/services/gpuservice/tests/unittests/
DTestableGpuMem.h41 std::string getGpuMemTotalMapPath() { return mGpuMem->kGpuMemTotalMapPath; } in getGpuMemTotalMapPath()
/frameworks/native/services/gpuservice/gpumem/include/gpumem/
DGpuMem.h67 static constexpr char kGpuMemTotalMapPath[] = "/sys/fs/bpf/map_gpuMem_gpu_mem_total_map"; variable