Searched refs:driverPath (Results 1 – 6 of 6) sorted by relevance
93 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath() argument96 data.writeUtf8AsUtf16(driverPath); in setUpdatableDriverPath()116 std::string driverPath; in getUpdatableDriverPath() local118 error = reply.readUtf8FromUtf16(&driverPath); in getUpdatableDriverPath()120 return driverPath; in getUpdatableDriverPath()231 std::string driverPath; in onTransact() local232 if ((status = data.readUtf8FromUtf16(&driverPath)) != OK) return status; in onTransact()234 setUpdatableDriverPath(driverPath); in onTransact()240 std::string driverPath = getUpdatableDriverPath(); in onTransact() local241 return reply->writeUtf8AsUtf16(driverPath); in onTransact()
45 ScopedUtfChars driverPath(env, jDriverPath); in setUpdatableDriverPath_native() local46 gpuService->setUpdatableDriverPath(driverPath.c_str()); in setUpdatableDriverPath_native()
53 virtual void setUpdatableDriverPath(const std::string& driverPath) = 0;
132 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() argument144 mDeveloperDriverPath = driverPath; in setUpdatableDriverPath()
64 void setUpdatableDriverPath(const std::string& driverPath) override;
345 private static native void nSetUpdatableDriverPath(String driverPath); in nSetUpdatableDriverPath() argument