Home
last modified time | relevance | path

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

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