Searched refs:ReplyWithResult (Results 1 – 1 of 1) sorted by relevance
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 104 impl_->ReplyWithResult(request_id, /*completed*/false, std::move(task_result)); in OnProgress() 107 impl_->ReplyWithResult(request_id, /*completed*/true, std::move(task_result)); in OnComplete() 128 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult() function in iorap::binder::IIorapImpl::Impl 151 void ReplyWithResult(const RequestId& request_id, bool completed, TaskResult result) { in ReplyWithResult() function in iorap::binder::IIorapImpl::Impl 267 ReplyWithResult(request_id, TaskResult::State::kBegan); in HandleFakeBehavior() 268 ReplyWithResult(request_id, TaskResult::State::kOngoing); in HandleFakeBehavior() 269 ReplyWithResult(request_id, TaskResult::State::kCompleted); in HandleFakeBehavior()
|