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

/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
H A DMainPage.xaml.cs26 private DispatcherTimer m_timer; field in class:PhoneXamlDirect3DApp1.MainPage
32 m_timer = new DispatcherTimer();
33 m_timer.Interval = new TimeSpan(0, 0, 1);
34 m_timer.Tick += new EventHandler(timer_Tick);
35 m_timer.Start();
/external/avahi/avahi-qt/
H A Dqt-watch.cpp70 QTimer m_timer; member in class:AvahiTimeout
116 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
118 m_timer.setSingleShot(true);
125 m_timer.stop();
129 m_timer.start( (u>0) ? 0 : -u);
131 m_timer.start( (u>0) ? 0 : -u,true);
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DDirect3DInterop.cpp48 m_timer(ref new BasicTimer())
112 m_timer->Reset();
131 m_timer->Update();
132 m_renderer->Update(m_timer->Total, m_timer->Delta);
H A DDirect3DInterop.h67 BasicTimer^ m_timer; member in class:PhoneXamlDirect3DApp1Comp::sealed
/external/eigen/demos/opengl/
H A Dquaternion_demo.h62 QTimer m_timer; member in class:RenderingWidget
H A Dquaternion_demo.cpp271 m_alpha += double(m_timer.interval()) * 1e-3;
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
344 m_timer.start(1000/30);
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
358 m_timer.stop();
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
547 m_timer.start(1000/30);

Completed in 299 milliseconds