Home
last modified time | relevance | path

Searched refs:progress_controller_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc223 progress_controller_ = base::FileDescriptorWatcher::WatchReadable( in PerformPartitionPostinstall()
252 progress_controller_.reset(); in OnProgressFdReady()
296 progress_controller_.reset(); in Cleanup()
Dpostinstall_runner_action.h143 std::unique_ptr<base::FileDescriptorWatcher::Controller> progress_controller_; variable