Searched refs:m_ProfilingConnection (Results 1 – 2 of 2) sorted by relevance
140 m_ProfilingConnection.reset(); in Update()146 m_ProfilingConnection = m_ProfilingConnectionFactory->GetProfilingConnection(m_Options); in Update()160 m_StateMachine.TransitionToState(m_ProfilingConnection in Update()166 ARMNN_ASSERT(m_ProfilingConnection); in Update()169 m_CommandHandler.Start(*m_ProfilingConnection); in Update()173 m_SendThread.Start(*m_ProfilingConnection); in Update()475 if (m_ProfilingConnection != nullptr && m_ProfilingConnection->IsOpen()) in Stop()477 m_ProfilingConnection->Close(); in Stop()479 m_ProfilingConnection.reset(); in Stop()
65 , m_ProfilingConnection() in ProfilingService()246 IProfilingConnectionPtr m_ProfilingConnection; member in armnn::profiling::ProfilingService295 return instance.m_ProfilingConnection.get(); in GetProfilingConnection()