Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_gpu_GpuService.cpp46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DIGpuService.h47 virtual void setUpdatableDriverPath(const std::string& driverPath) = 0;
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp64 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath() function in android::BpGpuService
156 setUpdatableDriverPath(driverPath); in onTransact()
/frameworks/native/services/gpuservice/
DGpuService.h55 void setUpdatableDriverPath(const std::string& driverPath) override;
DGpuService.cpp77 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java332 setUpdatableDriverPath(driverInfo); in fetchPrereleaseDriverPackageProperties()
335 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService
/frameworks/base/services/
Dart-profile19245 PLcom/android/server/gpu/GpuService;->setUpdatableDriverPath(Landroid/content/pm/ApplicationInfo;)V