Searched defs:acquireWakeLock (Results 1 – 7 of 7) sorted by relevance
37 …android.system.suspend.IWakeLock acquireWakeLock(android.system.suspend.WakeLockType type, @utf8In… in acquireWakeLock() method
24 IWakeLock acquireWakeLock(WakeLockType type, @utf8InCpp String name); in acquireWakeLock() method
54 ndk::ScopedAStatus SystemSuspendAidl::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() function in aidl::android::system::suspend::SystemSuspendAidl
57 Return<sp<IWakeLock>> SystemSuspendHidl::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() function in android::system::suspend::V1_0::SystemSuspendHidl
223 std::shared_ptr<IWakeLock> acquireWakeLock(const std::string& name = "TestLock") { in acquireWakeLock() function in android::SystemSuspendTest865 std::shared_ptr<IWakeLock> acquireWakeLock(const std::string& name = "TestLock") { in acquireWakeLock() function in android::SystemSuspendSameThreadTest1352 std::shared_ptr<IWakeLock> acquireWakeLock(const std::string& name = "TestLock") { in acquireWakeLock() function in android::SuspendWakeupTest
28 void acquireWakeLock() { in acquireWakeLock() function