Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp29 using android::system::suspend::internal::ISuspendControlServiceInternal;
48 static sp<ISuspendControlServiceInternal> controlServiceInternal = in BM_getWakeLockStats()
49 android::interface_cast<ISuspendControlServiceInternal>(controlInternal); in BM_getWakeLockStats()
DSystemSuspendUnitTest.cpp67 using android::system::suspend::internal::ISuspendControlServiceInternal;
163 sp<ISuspendControlServiceInternal> controlServiceInternal = in SetUpTestSuite()
164 interface_cast<ISuspendControlServiceInternal>(controlInternal); in SetUpTestSuite()
191 controlServiceInternal = interface_cast<ISuspendControlServiceInternal>(controlInternal); in SetUp()
274 sp<ISuspendControlServiceInternal> controlServiceInternal;
1074 sp<ISuspendControlServiceInternal> controlServiceInternal;
/system/sepolicy/private/
Dsystem_suspend_internal_server.te1 # To serve ISuspendControlServiceInternal.
9 -system_server # configures system_suspend via ISuspendControlServiceInternal
/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
DISuspendControlServiceInternal.aidl28 interface ISuspendControlServiceInternal { interface