OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemTimer
(Results
1 - 3
of
3
) sorted by null
/system/chre/platform/include/chre/platform/
system_timer.h
44
class
SystemTimer
: public SystemTimerBase,
50
SystemTimer
();
55
~
SystemTimer
();
/system/chre/platform/slpi/
system_timer.cc
23
SystemTimer
::
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 *>(data)
[
all
...]
/system/chre/platform/linux/
system_timer.cc
40
SystemTimer
*sysTimer = static_cast<
SystemTimer
*>(cookie.sival_ptr);
44
SystemTimer
::
SystemTimer
() {}
46
SystemTimer
::~
SystemTimer
() {
56
bool
SystemTimer
::init() {
77
bool
SystemTimer
::set(SystemTimerCallback *callback, void *data,
94
bool
SystemTimer
::cancel() {
103
bool
SystemTimer
::isActive()
[
all
...]
Completed in 493 milliseconds