Home
last modified time | relevance | path

Searched refs:setSuspendService (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSuspendControlService.h83 void setSuspendService(const wp<SystemSuspend>& suspend);
H A DSuspendControlService.cpp150 void SuspendControlServiceInternal::setSuspendService(const wp<SystemSuspend>& suspend) { in setSuspendService() function in android::system::suspend::V1_0::SuspendControlServiceInternal
H A DSystemSuspend.cpp166 mControlServiceInternal->setSuspendService(this); in SystemSuspend()