OSDN Git Service

GpuStats: refactor single stats pieces into a uniform way
authorYiwei Zhang <zzyiwei@google.com>
Wed, 3 Jul 2019 20:39:32 +0000 (13:39 -0700)
committerYiwei Zhang <zzyiwei@google.com>
Fri, 20 Sep 2019 20:55:47 +0000 (13:55 -0700)
commit65a1504e801ec05b2a34ffe2a81cfafb2335a860
tree6ab46de7ed9a8b250246a04415c9c88c0375225e
parent3f646b05fc9e1cdad59852b860e064762029d362
GpuStats: refactor single stats pieces into a uniform way

This change makes it easy for adding single stats pieces into GpuService without
adding or modifying the binder interface each time.

Bug: 141003796
Test: adb shell dumpsys gpu
Change-Id: I2907065a55d03a6c1494737e6f0a77f6e94272eb
Merged-In: I2907065a55d03a6c1494737e6f0a77f6e94272eb
libs/graphicsenv/GraphicsEnv.cpp
libs/graphicsenv/IGpuService.cpp
libs/graphicsenv/include/graphicsenv/GraphicsEnv.h
libs/graphicsenv/include/graphicsenv/IGpuService.h
services/gpuservice/GpuService.cpp
services/gpuservice/GpuService.h
services/gpuservice/gpustats/GpuStats.cpp
services/gpuservice/gpustats/GpuStats.h
vulkan/libvulkan/driver.cpp