Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DIGpuService.cpp93 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath()
116 std::string driverPath; in getUpdatableDriverPath() local
231 std::string driverPath; in onTransact() local
240 std::string driverPath = getUpdatableDriverPath(); in onTransact() local
/frameworks/base/services/core/jni/
Dcom_android_server_gpu_GpuService.cpp45 ScopedUtfChars driverPath(env, jDriverPath); in setUpdatableDriverPath_native() local
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java345 private static native void nSetUpdatableDriverPath(String driverPath); in nSetUpdatableDriverPath()
/frameworks/native/services/gpuservice/
DGpuService.cpp132 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath()