OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wake_lock_id
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
alarm.c
25
const char
wake_lock_id
[] = "alarm_test";
local
160
write(nfd,
wake_lock_id
, sizeof(
wake_lock_id
) - 1);
164
write(nfd,
wake_lock_id
, sizeof(
wake_lock_id
) - 1);
/frameworks/base/services/input/
EventHub.cpp
69
static const char *
WAKE_LOCK_ID
= "KeyEvents";
202
acquire_wake_lock(PARTIAL_WAKE_LOCK,
WAKE_LOCK_ID
);
254
release_wake_lock(
WAKE_LOCK_ID
);
851
release_wake_lock(
WAKE_LOCK_ID
);
855
acquire_wake_lock(PARTIAL_WAKE_LOCK,
WAKE_LOCK_ID
);
[
all
...]
Completed in 731 milliseconds