Searched refs:TimerPool (Results 1 - 3 of 3) sorted by relevance

/system/chre/core/
H A Dtimer_pool.cc25 TimerPool::TimerPool(EventLoop& eventLoop) function in class:chre::TimerPool
28 FATAL_ERROR("Failed to initialize a system timer for the TimerPool");
32 TimerHandle TimerPool::setTimer(const Nanoapp *nanoapp, Nanoseconds duration,
68 bool TimerPool::cancelTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) {
101 TimerPool::TimerRequest *TimerPool::getTimerRequestByTimerHandle(
115 bool TimerPool::TimerRequest::operator>(const TimerRequest& request) const {
119 TimerHandle TimerPool::generateTimerHandle() {
137 TimerHandle TimerPool
[all...]
/system/chre/core/include/chre/core/
H A Dtimer_pool.h38 //! TimerPool and EventLoop.
44 class TimerPool : public NonCopyable { class in namespace:chre
51 TimerPool(EventLoop& eventLoop);
201 * pointer here is the TimerPool instance.
H A Devent_loop.h179 * Obtains the TimerPool associated with this event loop.
183 TimerPool& getTimerPool() {
256 TimerPool mTimerPool;

Completed in 135 milliseconds