| 528 | return m_Obj.GetBuffers(); |
| 529 | } |
| 530 | virtual const ActionDescription *GetAction(uint32_t eventId) override |
| 531 | { |
| 532 | return m_Obj.GetAction(eventId); |
| 533 | } |
| 534 | virtual void ClearReplayCache() override { return m_Obj.ClearReplayCache(); } |
| 535 | virtual bool OpenRGPProfile(const rdcstr &filename) override |
| 536 | { |
no outgoing calls
no test coverage detected