Searched defs:TimerPool (Results 1 - 2 of 2) sorted by relevance

/system/chre/core/include/chre/core/
H A Dtimer_pool.h39 class TimerPool : public NonCopyable { class in namespace:chre
44 TimerPool();
174 * pointer here is the TimerPool instance.
/system/chre/core/
H A Dtimer_pool.cc25 TimerPool::TimerPool() { function in class:chre::TimerPool
27 FATAL_ERROR("Failed to initialize a system timer for the TimerPool");
31 TimerHandle TimerPool::setTimer(const Nanoapp *nanoapp, Nanoseconds duration,
63 bool TimerPool::cancelTimer(const Nanoapp *nanoapp, TimerHandle timerHandle) {
92 TimerPool::TimerRequest *TimerPool::getTimerRequestByTimerHandle(
106 bool TimerPool::TimerRequest::operator>(const TimerRequest& request) const {
110 TimerHandle TimerPool::generateTimerHandle() {
128 TimerHandle TimerPool
[all...]

Completed in 56 milliseconds