OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PowerManagerProxyStub
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
power_manager_proxy_stub.h
27
class
PowerManagerProxyStub
: public PowerManagerProxyInterface {
29
PowerManagerProxyStub
();
30
~
PowerManagerProxyStub
() override = default;
52
DISALLOW_COPY_AND_ASSIGN(
PowerManagerProxyStub
);
power_manager_proxy_stub.cc
21
PowerManagerProxyStub
::
PowerManagerProxyStub
() {}
23
bool
PowerManagerProxyStub
::RegisterSuspendDelay(
31
bool
PowerManagerProxyStub
::UnregisterSuspendDelay(int /*delay_id*/) {
36
bool
PowerManagerProxyStub
::ReportSuspendReadiness(int /*delay_id*/,
42
bool
PowerManagerProxyStub
::RegisterDarkSuspendDelay(
50
bool
PowerManagerProxyStub
::UnregisterDarkSuspendDelay(int /*delay_id*/) {
55
bool
PowerManagerProxyStub
::ReportDarkSuspendReadiness(int /*delay_id*/,
61
bool
PowerManagerProxyStub
::RecordDarkResumeWakeReason(
Completed in 38 milliseconds