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

/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.cpp136 fbl::unique_ptr<PendingCommand> pending_cmd; local
140 pending_cmd = PendingCommandAllocator::New(cmd);
141 if (pending_cmd == nullptr)
151 pending_cmds_.push_back(fbl::move(pending_cmd));
194 auto pending_cmd = pending_cmds_.pop_front(); local
196 pending_cmd->cmd().nid,
197 pending_cmd->cmd().verb.val,
199 return pending_cmd->Invoke(this, resp);

Completed in 391 milliseconds