Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_gpu_GpuService.cpp41 const android::sp<android::IGpuService> gpuService = getGpuService(); in setUpdatableDriverPath_native() local
42 if (!gpuService) { in setUpdatableDriverPath_native()
46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp272 const sp<IGpuService> gpuService = getGpuService(); in setTargetStats() local
273 if (gpuService) { in setTargetStats()
274 gpuService->setTargetStats(mGpuStats.appPackageName, mGpuStats.driverVersionCode, stats, in setTargetStats()
311 const sp<IGpuService> gpuService = getGpuService(); in sendGpuStatsLocked() local
312 if (gpuService) { in sendGpuStatsLocked()
313 gpuService->setGpuStats(mGpuStats.driverPackageName, mGpuStats.driverVersionName, in sendGpuStatsLocked()
606 const sp<IGpuService> gpuService = getGpuService(); in getDriverNamespace() local
607 if (!gpuService) { in getDriverNamespace()
610 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()