Searched refs:getUpdatableDriverPath (Results 1 – 5 of 5) sorted by relevance
48 virtual std::string getUpdatableDriverPath() = 0;
73 std::string getUpdatableDriverPath() override { in getUpdatableDriverPath() function in android::BpGpuService162 std::string driverPath = getUpdatableDriverPath(); in onTransact()
610 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()
54 std::string getUpdatableDriverPath() override;
69 std::string GpuService::getUpdatableDriverPath() { in getUpdatableDriverPath() function in android::GpuService