Lines Matching defs:rtv
160 ErrorCode rtv = ErrorCode::SUCCESS;
164 std::tie(rtv, nextAction) = SetSource(param);
167 std::tie(rtv, nextAction) = Prepare();
170 std::tie(rtv, nextAction) = Seek(param);
173 std::tie(rtv, nextAction) = Play();
176 std::tie(rtv, nextAction) = Pause();
179 std::tie(rtv, nextAction) = Resume();
182 std::tie(rtv, nextAction) = Stop();
185 std::tie(rtv, nextAction) = Reset();
188 std::tie(rtv, nextAction) = SetAttribute();
191 std::tie(rtv, nextAction) = OnReady();
194 std::tie(rtv, nextAction) = OnComplete();
197 std::tie(rtv, nextAction) = OnError(param);
204 return {rtv, nextAction};