Home
last modified time | relevance | path

Searched refs:SystemSuspendHidl (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendHidl.cpp54 SystemSuspendHidl::SystemSuspendHidl(SystemSuspend* systemSuspend) in SystemSuspendHidl() function in android::system::suspend::V1_0::SystemSuspendHidl
57 Return<sp<IWakeLock>> SystemSuspendHidl::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock()
DSystemSuspendHidl.h49 class SystemSuspendHidl : public ISystemSuspend {
51 SystemSuspendHidl(SystemSuspend* systemSuspend);
Dmain.cpp52 using android::system::suspend::V1_0::SystemSuspendHidl;
164 sp<SystemSuspendHidl> suspendHidl = new SystemSuspendHidl(suspend.get()); in main()
DAndroid.bp65 "SystemSuspendHidl.cpp",