Searched refs:setUpdatableDriverPath (Results 1 – 7 of 7) sorted by relevance
46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
47 virtual void setUpdatableDriverPath(const std::string& driverPath) = 0;
64 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath() function in android::BpGpuService156 setUpdatableDriverPath(driverPath); in onTransact()
55 void setUpdatableDriverPath(const std::string& driverPath) override;
77 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService
332 setUpdatableDriverPath(driverInfo); in fetchPrereleaseDriverPackageProperties()335 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService
19245 PLcom/android/server/gpu/GpuService;->setUpdatableDriverPath(Landroid/content/pm/ApplicationInfo;)V