OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuspendReason
(Results
1 - 4
of
4
) sorted by null
/system/nativepower/include/nativepower/
power_manager_client.h
29
enum class
SuspendReason
{
87
bool Suspend(base::TimeDelta event_uptime,
SuspendReason
reason, int flags);
/system/nativepower/client/
power_manager_client_unittest.cc
53
EXPECT_TRUE(client_.Suspend(kEventTime,
SuspendReason
::POWER_BUTTON, kFlags));
57
static_cast<int>(
SuspendReason
::POWER_BUTTON), kFlags),
power_manager_client.cc
97
SuspendReason
reason,
/system/nativepower/example/
power_example.cc
61
android::
SuspendReason
::APPLICATION, 0 /* flags */));
Completed in 188 milliseconds