Home
last modified time | relevance | path

Searched defs:controlService (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware_legacy/
H A Dpower_test.cpp117 sp<ISuspendControlServiceInternal> controlService; member in android::WakeLockTest
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendUnitTest.cpp149 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local
250 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest
566 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()
684 WakelockCbRegisteringCb(sp<ISuspendControlService> controlService) in WakelockCbRegisteringCb()
948 sp<ISuspendControlService> controlService; member in android::SystemSuspendSameThreadTest
H A DSystemSuspend.cpp147 const sp<SuspendControlService>& controlService, in SystemSuspend()