Searched defs:driverPath (Results 1 – 5 of 5) sorted by relevance
64 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath()78 std::string driverPath; in getUpdatableDriverPath() local153 std::string driverPath; in onTransact() local162 std::string driverPath = getUpdatableDriverPath(); in onTransact() local
64 int registerDevices(const std::string& driverPath, const std::vector<Names>& devices) { in registerDevices()126 const std::string driverPath = "/vendor/lib64/neuralnetworks_sample_sl_driver_prebuilt.so"; in main() local
45 ScopedUtfChars driverPath(env, jDriverPath); in setUpdatableDriverPath_native() local
77 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath()
345 private static native void nSetUpdatableDriverPath(String driverPath); in nSetUpdatableDriverPath()