Home
last modified time | relevance | path

Searched defs:StateChangedError (Results 1 – 1 of 1) sorted by relevance

/system/iorap/src/perfetto/
Drx_producer.cc218 struct StateChangedError : public std::runtime_error { struct in iorap::perfetto::StateChangedSubject
219 explicit StateChangedError(const std::string& what_arg) : std::runtime_error(what_arg) {} in StateChangedError() function