Searched refs:gpuService (Results 1 – 2 of 2) sorted by relevance
41 const android::sp<android::IGpuService> gpuService = getGpuService(); in setUpdatableDriverPath_native() local42 if (!gpuService) { in setUpdatableDriverPath_native()46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
272 const sp<IGpuService> gpuService = getGpuService(); in setTargetStats() local273 if (gpuService) { in setTargetStats()274 gpuService->setTargetStats(mGpuStats.appPackageName, mGpuStats.driverVersionCode, stats, in setTargetStats()311 const sp<IGpuService> gpuService = getGpuService(); in sendGpuStatsLocked() local312 if (gpuService) { in sendGpuStatsLocked()313 gpuService->setGpuStats(mGpuStats.driverPackageName, mGpuStats.driverVersionName, in sendGpuStatsLocked()606 const sp<IGpuService> gpuService = getGpuService(); in getDriverNamespace() local607 if (!gpuService) { in getDriverNamespace()610 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()