Home
last modified time | relevance | path

Searched defs:setUpdatableDriverPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/gpuservice/
DGpuService.cpp65 void GpuService::setUpdatableDriverPath(const std::string& driverPath) { in setUpdatableDriverPath() function in android::GpuService
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp64 void setUpdatableDriverPath(const std::string& driverPath) override { in setUpdatableDriverPath() function in android::BpGpuService
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java332 private void setUpdatableDriverPath(ApplicationInfo ai) { in setUpdatableDriverPath() method in GpuService