Lines Matching refs:suspend
54 using android::system::suspend::BnSuspendCallback;
55 using android::system::suspend::ISuspendControlService;
56 using android::system::suspend::WakeLockInfo;
57 using android::system::suspend::V1_0::getTimeNow;
58 using android::system::suspend::V1_0::ISystemSuspend;
59 using android::system::suspend::V1_0::IWakeLock;
60 using android::system::suspend::V1_0::readFd;
61 using android::system::suspend::V1_0::SuspendControlService;
62 using android::system::suspend::V1_0::SuspendStats;
63 using android::system::suspend::V1_0::SystemSuspend;
64 using android::system::suspend::V1_0::TimestampType;
65 using android::system::suspend::V1_0::WakeLockType;
97 sp<ISystemSuspend> suspend = new SystemSuspend( in registerTestService() local
101 status_t status = suspend->registerAsService(kServiceName); in registerTestService()