Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 57) sorted by relevance

123

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp24 using android::system::suspend::ISuspendControlService;
25 using android::system::suspend::WakeLockInfo;
26 using android::system::suspend::V1_0::ISystemSuspend;
27 using android::system::suspend::V1_0::IWakeLock;
28 using android::system::suspend::V1_0::WakeLockType;
DAndroid.bp42 name: "android.system.suspend@1.0-service",
48 init_rc: ["android.system.suspend@1.0-service.rc"],
49 vintf_fragments: ["android.system.suspend@1.0-service.xml"],
51 "android.system.suspend@1.0",
71 "android.system.suspend@1.0",
91 "android.system.suspend@1.0",
Dmain.cpp39 using android::system::suspend::V1_0::ISystemSuspend;
40 using android::system::suspend::V1_0::SuspendControlService;
41 using android::system::suspend::V1_0::SystemSuspend;
93 sp<SystemSuspend> suspend = in main() local
97 status_t status = suspend->registerAsService(); in main()
DSuspendControlService.h22 using ::android::system::suspend::BnSuspendControlService;
23 using ::android::system::suspend::ISuspendCallback;
27 namespace suspend {
46 void setSuspendService(const wp<SystemSuspend>& suspend);
DSystemSuspendUnitTest.cpp54 using android::system::suspend::BnSuspendCallback;
55 using android::system::suspend::ISuspendControlService;
56 using android::system::suspend::WakeLockInfo;
57 using android::system::suspend::V1_0::getTimeNow;
58 using android::system::suspend::V1_0::ISystemSuspend;
59 using android::system::suspend::V1_0::IWakeLock;
60 using android::system::suspend::V1_0::readFd;
61 using android::system::suspend::V1_0::SuspendControlService;
62 using android::system::suspend::V1_0::SuspendStats;
63 using android::system::suspend::V1_0::SystemSuspend;
[all …]
DSuspendControlService.cpp30 namespace suspend { namespace
43 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService() argument
44 mSuspend = suspend; in setSuspendService()
Dandroid.system.suspend@1.0-service.rc1 service system_suspend /system/bin/hw/android.system.suspend@1.0-service
DWakeLockEntryList.h32 namespace suspend {
/system/hardware/interfaces/suspend/1.0/default/internal_aidl/android/system/suspend/
DISuspendControlService.aidl17 package android.system.suspend;
19 import android.system.suspend.ISuspendCallback;
20 import android.system.suspend.WakeLockInfo;
DISuspendCallback.aidl17 package android.system.suspend;
DWakeLockInfo.aidl17 package android.system.suspend;
/system/hardware/interfaces/suspend/1.0/default/internal_aidl/
DAndroid.bp6 "android/system/suspend/ISuspendControlService.aidl",
7 "android/system/suspend/ISuspendCallback.aidl",
8 "android/system/suspend/WakeLockInfo.aidl",
/system/hardware/interfaces/suspend/1.0/
DIWakeLock.hal17 package android.system.suspend@1.0;
20 * Allocating an IWakeLock instance must block system suspend. Deallocating an
21 * IWakeLock must unblock system suspend in a manner equivalent to calling
28 * lock is present, system is allowed to suspend.
Dtypes.hal17 package android.system.suspend@1.0;
20 * Blocking CPU suspend is the only constraint that must be respected by all
21 * wake lock types. E.g. a request for a full wake lock must block CPU suspend,
DAndroid.bp4 name: "android.system.suspend@1.0",
/system/hardware/interfaces/
Dcurrent.txt16 33917c1ec8ce300d5f50cf4b00ced1333d77d11d8b8314a70fc7adab008553fc android.system.suspend@1.0::ISyste…
17 4a288d439addc1a1c58d55495f4f1e5602cbb0d12e29f39b985151e165d016ac android.system.suspend@1.0::IWakeL…
18 93310e309a676fce1bdff182e5241e44028e869e54be5ba6e3413c4b12fcd453 android.system.suspend@1.0::types
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_suspend.te10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
14 # Access to /sys/power/{ wake_lock, wake_unlock } suspend blocker interface.
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_suspend.te10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
13 # Access to wakeup and suspend stats.
/system/sepolicy/private/
Dsystem_suspend.te10 # Access to /sys/power/{ wakeup_count, state } suspend interface.
13 # Access to wakeup and suspend stats.
/system/bt/bta/av/
Dbta_av_api.cc289 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) { in BTA_AvStop() argument
291 logbool(suspend).c_str()); in BTA_AvStop()
299 p_buf->suspend = suspend; in BTA_AvStop()
318 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument
322 logbool(suspend).c_str(), sep_info_idx); in BTA_AvReconfig()
330 p_buf->suspend = suspend; in BTA_AvReconfig()
/system/extras/ANRdaemon/
DANRdaemon.cpp85 static bool suspend= false; variable
378 } while (!suspend && !dump_requested && is_heavy_load()); in start_tracing()
387 if (suspend) { in start_tracing()
433 if (!suspend && is_heavy_load()) { in start()
464 suspend = true; in handle_signal()
468 suspend = true; in handle_signal()
471 suspend = false; in handle_signal()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl39 void suspend(); in suspend() method
/system/bt/bta/include/
Dbta_av_api.h350 tBTA_AV_SUSPEND suspend; member
527 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend);
542 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx,
/system/update_engine/
Dupdate_engine_client_android.cc140 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit."); in OnInit()
186 return ExitWhenIdle(service_->suspend()); in OnInit()
Dbinder_service_android.h67 android::binder::Status suspend() override;

123