Home
last modified time | relevance | path

Searched refs:getGpuStatsGlobalInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DIGpuService.h48 virtual status_t getGpuStatsGlobalInfo(std::vector<GpuStatsGlobalInfo>* outStats) const = 0;
/frameworks/native/services/gpuservice/
DGpuService.h51 status_t getGpuStatsGlobalInfo(std::vector<GpuStatsGlobalInfo>* outStats) const override;
DGpuService.cpp60 status_t GpuService::getGpuStatsGlobalInfo(std::vector<GpuStatsGlobalInfo>* outStats) const { in getGpuStatsGlobalInfo() function in android::GpuService
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp51 virtual status_t getGpuStatsGlobalInfo(std::vector<GpuStatsGlobalInfo>* outStats) const { in getGpuStatsGlobalInfo() function in android::BpGpuService
157 const status_t result = getGpuStatsGlobalInfo(&stats); in onTransact()
/frameworks/base/cmds/statsd/src/external/
DGpuStatsPuller.cpp50 status_t status = gpuService->getGpuStatsGlobalInfo(&stats); in pullGpuStatsGlobalInfo()