/system/hardware/interfaces/suspend/1.0/default/api/ |
D | SuspendProperties-current.txt | 6 prop_name: "suspend.backoff_threshold_count" 11 prop_name: "suspend.base_sleep_time_millis" 15 prop_name: "suspend.failed_suspend_backoff_enabled" 20 prop_name: "suspend.max_sleep_time_millis" 24 prop_name: "suspend.short_suspend_backoff_enabled" 29 prop_name: "suspend.short_suspend_threshold_millis" 34 prop_name: "suspend.sleep_time_scale_factor"
|
D | SuspendProperties-latest.txt | 6 prop_name: "suspend.backoff_threshold_count" 11 prop_name: "suspend.base_sleep_time_millis" 15 prop_name: "suspend.failed_suspend_backoff_enabled" 20 prop_name: "suspend.max_sleep_time_millis" 24 prop_name: "suspend.short_suspend_backoff_enabled" 29 prop_name: "suspend.short_suspend_threshold_millis" 34 prop_name: "suspend.sleep_time_scale_factor"
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendProperties.sysprop | 18 # Maximum time in milliseconds that system will wait between repeated suspend attempts 24 prop_name: "suspend.max_sleep_time_millis" 27 # Base time in milliseconds that system will wait between repeated suspend attempts 33 prop_name: "suspend.base_sleep_time_millis" 42 prop_name: "suspend.backoff_threshold_count" 45 # Duration in milliseconds below which a given suspend is considered a short suspend 51 prop_name: "suspend.short_suspend_threshold_millis" 54 # Factor for scaling the time between repeated suspend attempts 60 prop_name: "suspend.sleep_time_scale_factor" 63 # If true, the wait time between repeated suspend attempts will be scaled on failed suspends [all …]
|
D | Android.bp | 45 name: "android.system.suspend@1.0-service", 51 init_rc: ["android.system.suspend@1.0-service.rc"], 52 vintf_fragments: ["android.system.suspend@1.0-service.xml"], 54 "android.system.suspend.control-V1-cpp", 55 "android.system.suspend.control.internal-cpp", 56 "android.system.suspend@1.0", 77 "android.system.suspend.control-V1-cpp", 78 "android.system.suspend.control.internal-cpp", 79 "android.system.suspend@1.0", 104 "android.system.suspend.control-V1-cpp", [all …]
|
D | SuspendControlService.h | 26 using ::android::system::suspend::BnSuspendControlService; 27 using ::android::system::suspend::ISuspendCallback; 28 using ::android::system::suspend::IWakelockCallback; 29 using ::android::system::suspend::internal::BnSuspendControlServiceInternal; 30 using ::android::system::suspend::internal::SuspendInfo; 31 using ::android::system::suspend::internal::WakeLockInfo; 32 using ::android::system::suspend::internal::WakeupInfo; 36 namespace suspend { 83 void setSuspendService(const wp<SystemSuspend>& suspend);
|
D | SystemSuspendBenchmark.cpp | 24 using android::system::suspend::internal::ISuspendControlServiceInternal; 25 using android::system::suspend::internal::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;
|
D | main.cpp | 41 using android::system::suspend::V1_0::ISystemSuspend; 42 using android::system::suspend::V1_0::SleepTimeConfig; 43 using android::system::suspend::V1_0::SuspendControlService; 44 using android::system::suspend::V1_0::SuspendControlServiceInternal; 45 using android::system::suspend::V1_0::SystemSuspend; 143 sp<SystemSuspend> suspend = new SystemSuspend( in main() local 148 status_t status = suspend->registerAsService(); in main()
|
D | WakeupList.h | 25 using ::android::system::suspend::internal::WakeupInfo; 29 namespace suspend {
|
D | SystemSuspendAidlTest.cpp | 27 using android::system::suspend::BnSuspendCallback; 28 using android::system::suspend::BnWakelockCallback; 29 using android::system::suspend::ISuspendControlService;
|
/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/ |
D | ISuspendControlServiceInternal.aidl | 17 package android.system.suspend.internal; 19 import android.system.suspend.internal.SuspendInfo; 20 import android.system.suspend.internal.WakeLockInfo; 21 import android.system.suspend.internal.WakeupInfo;
|
/system/hardware/interfaces/suspend/aidl/ |
D | Android.bp | 6 name: "android.system.suspend.control.internal", 10 "android/system/suspend/internal/*.aidl", 20 name: "android.system.suspend.control", 23 "android/system/suspend/*.aidl",
|
/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/1/android/system/suspend/ |
D | ISuspendControlService.aidl | 34 package android.system.suspend; 37 boolean registerCallback(android.system.suspend.ISuspendCallback callback); in registerCallback() 38 …boolean registerWakelockCallback(android.system.suspend.IWakelockCallback callback, @utf8InCpp Str… in registerWakelockCallback()
|
/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/current/android/system/suspend/ |
D | ISuspendControlService.aidl | 18 package android.system.suspend; 21 boolean registerCallback(android.system.suspend.ISuspendCallback callback); in registerCallback() 22 …boolean registerWakelockCallback(android.system.suspend.IWakelockCallback callback, @utf8InCpp Str… in registerWakelockCallback()
|
/system/hardware/interfaces/suspend/aidl/android/system/suspend/ |
D | ISuspendControlService.aidl | 17 package android.system.suspend; 19 import android.system.suspend.IWakelockCallback; 20 import android.system.suspend.ISuspendCallback;
|
/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/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,
|
/system/bt/gd/os/android/ |
D | wakelock_native.cc | 37 using android::system::suspend::V1_0::ISystemSuspend; 38 using android::system::suspend::V1_0::IWakeLock; 39 using android::system::suspend::V1_0::WakeLockType;
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface. 13 # Access to wakeup and suspend stats.
|
/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/bt/bta/av/ |
D | bta_av_api.cc | 279 void BTA_AvStop(tBTA_AV_HNDL handle, bool suspend) { in BTA_AvStop() argument 281 logbool(suspend).c_str()); in BTA_AvStop() 289 p_buf->suspend = suspend; in BTA_AvStop() 308 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument 312 logbool(suspend).c_str(), sep_info_idx); in BTA_AvReconfig() 320 p_buf->suspend = suspend; in BTA_AvReconfig()
|
/system/bt/gd/btaa/android/ |
D | activity_attribution.cc | 33 using aidl::android::system::suspend::BnSuspendCallback; 34 using aidl::android::system::suspend::BnWakelockCallback; 35 using aidl::android::system::suspend::ISuspendCallback; 36 using aidl::android::system::suspend::ISuspendControlService;
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 85 static bool suspend = false; variable 366 } while (!suspend && !dump_requested && is_heavy_load()); in start_tracing() 375 if (suspend) { in start_tracing() 419 if (!suspend && is_heavy_load()) { in start() 448 suspend = true; in handle_signal() 452 suspend = true; in handle_signal() 455 suspend = false; in handle_signal()
|
/system/sepolicy/private/ |
D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface. 13 # Access to wakeup, suspend stats, and wakeup reasons.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | system_suspend.te | 10 # Access to /sys/power/{ wakeup_count, state } suspend interface. 13 # Access to wakeup, suspend stats, and wakeup reasons.
|