OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSuspendImminent
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/
power_manager.cc
114
void PowerManager::
OnSuspendImminent
(int suspend_id) {
power_manager_unittest.cc
178
void
OnSuspendImminent
(int suspend_id) {
179
control_.delegate()->
OnSuspendImminent
(suspend_id);
221
OnSuspendImminent
(kSuspendId);
245
OnSuspendImminent
(kSuspendId1);
265
OnSuspendImminent
(kSuspendId1);
312
OnSuspendImminent
(kSuspendId1);
344
OnSuspendImminent
(kSuspendId1);
361
OnSuspendImminent
(kSuspendId1);
378
OnSuspendImminent
(kSuspendId1);
389
OnSuspendImminent
(kSuspendId1)
[
all
...]
manager.cc
265
Bind(&Manager::
OnSuspendImminent
, AsWeakPtr()),
[
all
...]
manager_unittest.cc
448
void
OnSuspendImminent
() {
449
manager()->
OnSuspendImminent
();
[
all
...]
Completed in 563 milliseconds