Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A 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()