Home
last modified time | relevance | path

Searched defs:driverPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/graphicsenv/
H A DIGpuService.cpp64 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath()
78 std::string driverPath; in getUpdatableDriverPath() local
153 std::string driverPath; in onTransact() local
162 std::string driverPath = getUpdatableDriverPath(); in onTransact() local
/aosp12/packages/modules/NeuralNetworks/driver/sample_shim/
H A DShellServiceSample.cpp64 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
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_gpu_GpuService.cpp45 ScopedUtfChars driverPath(env, jDriverPath); in setUpdatableDriverPath_native() local
/aosp12/frameworks/native/services/gpuservice/
H A DGpuService.cpp77 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath()
/aosp12/frameworks/base/services/core/java/com/android/server/gpu/
H A DGpuService.java345 private static native void nSetUpdatableDriverPath(String driverPath); in nSetUpdatableDriverPath()