Home
last modified time | relevance | path

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

/system/iorap/src/binder/
Diiorap_impl.cc128 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult() argument
139 result.state = result_state; in ReplyWithResult()
142 if (result_state == TaskResult::State::kCompleted) { in ReplyWithResult()