Home
last modified time | relevance | path

Searched refs:mTimerInterface (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DDeviceContextRunner.h82 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