Searched refs:fbDeviceList_ (Results 1 – 2 of 2) sorted by relevance
23 std::vector<std::string> SurfaceDev::fbDeviceList_ {FB_DEV_PATH};55 … bool isFbDevice = std::find_if(fbDeviceList_.begin(), fbDeviceList_.end(), [] (auto &devicePath) { in GetDevType()61 }) != fbDeviceList_.end(); in GetDevType()95 fbDeviceList_.push_back(devicePath); in AddFbDevice()
44 static std::vector<std::string> fbDeviceList_; variable