Searched refs:setUpdatableDriverPath (Results 1 – 6 of 6) sorted by relevance
46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
53 virtual void setUpdatableDriverPath(const std::string& driverPath) = 0;
64 void setUpdatableDriverPath(const std::string& driverPath) override;
332 setUpdatableDriverPath(driverInfo); in fetchPrereleaseDriverPackageProperties()335 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService
93 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath() function in android::BpGpuService234 setUpdatableDriverPath(driverPath); in onTransact()
132 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService