Home
last modified time | relevance | path

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

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