Searched defs:SystemTimer (Results 1 - 3 of 3) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dsystem_timer.h44 class SystemTimer : public SystemTimerBase, class in namespace:chre
50 SystemTimer();
55 ~SystemTimer();
/system/chre/platform/slpi/
H A Dsystem_timer.cc23 SystemTimer::SystemTimer() {} function in class:chre::SystemTimer
25 SystemTimer::~SystemTimer() {
31 bool SystemTimer::init() {
57 bool SystemTimer::set(SystemTimerCallback *callback, void *data,
75 bool SystemTimer::cancel() {
86 bool SystemTimer::isActive() {
93 SystemTimer *systemTimer = reinterpret_cast<SystemTimer *>(dat
[all...]
/system/chre/platform/linux/
H A Dsystem_timer.cc40 SystemTimer *sysTimer = static_cast<SystemTimer*>(cookie.sival_ptr);
44 SystemTimer::SystemTimer() {} function in class:chre::SystemTimer
46 SystemTimer::~SystemTimer() {
56 bool SystemTimer::init() {
77 bool SystemTimer::set(SystemTimerCallback *callback, void *data,
94 bool SystemTimer::cancel() {
103 bool SystemTimer
[all...]

Completed in 7151 milliseconds