Searched refs:mTimerInterface (Results 1 – 1 of 1) sorted by relevance
82 mTimerInterface = timerInterface; in init()97 mTimerInterface.installFunc(this, [this]() { this->onTimerEvent(); }); in init()108 mTimerInterface.uninstallFunc(this); in ~DeviceContextRunner()134 mTimerInterface.startWithTimeoutFunc(this, 0); in queueDeviceOperation()173 TimerInterface mTimerInterface; variable