Searched refs:WaitForProfilingServiceActivation (Results 1 – 5 of 5) sorted by relevance
23 virtual void WaitForProfilingServiceActivation(unsigned int timeout) = 0;
222 … void WaitForProfilingServiceActivation(unsigned int timeout) override; // IProfilingServiceStatus
514 void ProfilingService::WaitForProfilingServiceActivation(unsigned int timeout) in WaitForProfilingServiceActivation() function in armnn::profiling::ProfilingService
245 m_ProfilingService.WaitForProfilingServiceActivation(3000); in Runtime()
700 void WaitForProfilingServiceActivation(unsigned int timeout) override { IgnoreUnused(timeout); } in WaitForProfilingServiceActivation() function in armnn::profiling::MockProfilingServiceStatus