Home
last modified time | relevance | path

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

12

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp41 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()
DSuspendControlService.h22 using ::android::system::suspend::BnSuspendControlService;
23 using ::android::system::suspend::ISuspendCallback;
27 namespace suspend {
44 void setSuspendService(const wp<SystemSuspend>& suspend);
DAndroid.bp64 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",
DSystemSuspendUnitTest.cpp52 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 …]
DSuspendControlService.cpp25 namespace suspend { namespace
34 void SuspendControlService::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService() argument
35 mSuspend = suspend; in setSuspendService()
Dandroid.system.suspend@1.0-service.rc1 service system_suspend /system/bin/hw/android.system.suspend@1.0-service
DSystemSuspend.h33 namespace suspend {
/system/hardware/interfaces/suspend/aidl/android/system/suspend/
DISuspendControlService.aidl17 package android.system.suspend;
19 import android.system.suspend.ISuspendCallback;
DISuspendCallback.aidl17 package android.system.suspend;
/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",
DISystemSuspend.hal17 package 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/hardware/interfaces/suspend/aidl/
DAndroid.bp5 "android/system/suspend/ISuspendControlService.aidl",
6 "android/system/suspend/ISuspendCallback.aidl",
/system/sepolicy/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/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/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/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/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl33 void suspend(); in suspend() method
/system/bt/bta/include/
Dbta_av_api.h340 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/
Dbinder_service_android.h62 android::binder::Status suspend() override;
Dupdate_engine_client_android.cc136 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/
Dupdate_engine_common.te32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_engine_common.te38 # Allow update_engine_common to suspend, resume and kill the postinstall program.

12