Searched refs:UpdateAdapter (Results 1 – 2 of 2) sorted by relevance
90 class UpdateAdapter;97 status_t Update(UpdateAdapter* updateAdapter = NULL);118 class ElfSymbolPatcher::UpdateAdapter {120 UpdateAdapter();121 virtual ~UpdateAdapter();129 class ElfSymbolPatchGroup : private ElfSymbolPatcher::UpdateAdapter {
271 ElfSymbolPatcher::UpdateAdapter::UpdateAdapter() in UpdateAdapter() function in ElfSymbolPatcher::UpdateAdapter276 ElfSymbolPatcher::UpdateAdapter::~UpdateAdapter() in ~UpdateAdapter()282 ElfSymbolPatcher::UpdateAdapter::ImageAdded(ElfImage* image) in ImageAdded()288 ElfSymbolPatcher::UpdateAdapter::ImageRemoved(ElfImage* image) in ImageRemoved()322 ElfSymbolPatcher::Update(UpdateAdapter* updateAdapter) in Update()