Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dstream_utils.cc19 struct CopyDataState { struct
30 void OnCopyDataError(const std::shared_ptr<CopyDataState>& state, in OnCopyDataError()
37 void PerformRead(const std::shared_ptr<CopyDataState>& state);
41 void PerformWrite(const std::shared_ptr<CopyDataState>& state, size_t size) { in PerformWrite()
64 void PerformRead(const std::shared_ptr<CopyDataState>& state) { in PerformRead()
203 auto state = std::make_shared<CopyDataState>(); in CopyData()