Home
last modified time | relevance | path

Searched refs:setUpdatableDriverPath (Results 1 – 6 of 6) 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.h53 void setUpdatableDriverPath(const std::string& driverPath) override;
DGpuService.cpp65 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java329 setUpdatableDriverPath(driverInfo); in fetchDeveloperDriverPackageProperties()
332 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService