Searched refs:setUpdatableDriverPath (Results 1 – 6 of 6) 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()
53 void setUpdatableDriverPath(const std::string& driverPath) override;
65 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService
329 setUpdatableDriverPath(driverInfo); in fetchDeveloperDriverPackageProperties()332 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService