/system/hardware/interfaces/suspend/1.0/default/ |
D | main.cpp | 41 using android::system::suspend::V1_0::ISystemSuspend; 42 using android::system::suspend::V1_0::SuspendControlService; 43 using android::system::suspend::V1_0::SystemSuspend; 82 sp<SystemSuspend> suspend = in main() local 85 status_t status = suspend->registerAsService(); in main()
|
D | SuspendControlService.h | 22 using ::android::system::suspend::BnSuspendControlService; 23 using ::android::system::suspend::ISuspendCallback; 27 namespace suspend { 44 void setSuspendService(const wp<SystemSuspend>& suspend);
|
D | Android.bp | 64 name: "android.system.suspend@1.0-service", 70 init_rc: ["android.system.suspend@1.0-service.rc"], 71 vintf_fragments: ["android.system.suspend@1.0-service.xml"], 73 "android.system.suspend@1.0", 93 "android.system.suspend@1.0",
|
D | SystemSuspendUnitTest.cpp | 52 using android::system::suspend::BnSuspendCallback; 53 using android::system::suspend::ISuspendControlService; 54 using android::system::suspend::V1_0::getEpochTimeNow; 55 using android::system::suspend::V1_0::ISystemSuspend; 56 using android::system::suspend::V1_0::IWakeLock; 57 using android::system::suspend::V1_0::readFd; 58 using android::system::suspend::V1_0::SuspendControlService; 59 using android::system::suspend::V1_0::SystemSuspend; 60 using android::system::suspend::V1_0::WakeLockType; 103 sp<ISystemSuspend> suspend = in registerTestService() local [all …]
|
D | SuspendControlService.cpp | 25 namespace suspend { namespace 34 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService() argument 35 mSuspend = suspend; in setSuspendService()
|
D | android.system.suspend@1.0-service.rc | 1 service system_suspend /system/bin/hw/android.system.suspend@1.0-service
|
D | SystemSuspend.h | 33 namespace suspend {
|
/system/hardware/interfaces/suspend/aidl/android/system/suspend/ |
D | ISuspendControlService.aidl | 17 package android.system.suspend; 19 import android.system.suspend.ISuspendCallback;
|
D | ISuspendCallback.aidl | 17 package android.system.suspend;
|
/system/hardware/interfaces/suspend/1.0/ |
D | IWakeLock.hal | 17 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.
|
D | types.hal | 17 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,
|
D | Android.bp | 4 name: "android.system.suspend@1.0",
|
D | ISystemSuspend.hal | 17 package android.system.suspend@1.0;
|
/system/hardware/interfaces/ |
D | current.txt | 16 33917c1ec8ce300d5f50cf4b00ced1333d77d11d8b8314a70fc7adab008553fc android.system.suspend@1.0::ISyste… 17 4a288d439addc1a1c58d55495f4f1e5602cbb0d12e29f39b985151e165d016ac android.system.suspend@1.0::IWakeL… 18 93310e309a676fce1bdff182e5241e44028e869e54be5ba6e3413c4b12fcd453 android.system.suspend@1.0::types
|
/system/hardware/interfaces/suspend/aidl/ |
D | Android.bp | 5 "android/system/suspend/ISuspendControlService.aidl", 6 "android/system/suspend/ISuspendCallback.aidl",
|
/system/sepolicy/private/ |
D | system_suspend.te | 10 # 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/29.0/private/ |
D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface. 14 # Access to /sys/power/{ wake_lock, wake_unlock } suspend blocker interface.
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 85 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/bt/bta/av/ |
D | bta_av_api.cc | 289 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/update_engine/binder_bindings/android/os/ |
D | IUpdateEngine.aidl | 33 void suspend(); in suspend() method
|
/system/bt/bta/include/ |
D | bta_av_api.h | 340 tBTA_AV_SUSPEND suspend; member 515 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend); 530 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx,
|
/system/update_engine/ |
D | binder_service_android.h | 62 android::binder::Status suspend() override;
|
D | update_engine_client_android.cc | 136 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit."); in OnInit() 179 return ExitWhenIdle(service_->suspend()); in OnInit()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | update_engine_common.te | 32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_engine_common.te | 38 # Allow update_engine_common to suspend, resume and kill the postinstall program.
|