sdm: send unique power state in doze and doze_suspend.

This is a manual merge of CAF commit e7da5462bc8d7e8c2a8c1595ae12949237183979.

BUG: 76115647
Change-Id: I8b04ba1c130556613e2bf6b32affce4965f95b46
(cherry picked from commit a01e3f5f6d0905c14537cacebad296babc34b6d2)
This commit is contained in:
Alain Vongsouvanh 2018-03-27 07:58:28 -07:00
parent 3756b400ce
commit 61212d9299
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ DisplayError DisplayBase::SetDisplayState(DisplayState state) {
break;
case kStateDoze:
error = hw_intf_->Doze();
error = hw_intf_->DozeSuspend();
active = true;
break;