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

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

Completed in 51 milliseconds