Home
last modified time | relevance | path

Searched refs:getUpdatableDriverPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/graphicsenv/
H A DIGpuService.cpp73 std::string getUpdatableDriverPath() override { in getUpdatableDriverPath() function in android::BpGpuService
162 std::string driverPath = getUpdatableDriverPath(); in onTransact()
H A DGraphicsEnv.cpp514 mDriverPath = gpuService->getUpdatableDriverPath(); in getDriverNamespace()
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DIGpuService.h48 virtual std::string getUpdatableDriverPath() = 0;
/aosp12/frameworks/native/services/gpuservice/
H A DGpuService.h56 std::string getUpdatableDriverPath() override;
H A DGpuService.cpp92 std::string GpuService::getUpdatableDriverPath() { in getUpdatableDriverPath() function in android::GpuService