diff options
author | Wei Chen <weic@codeaurora.org> | 2019-09-13 15:43:27 -0700 |
---|---|---|
committer | Wei Chen <weic@codeaurora.org> | 2019-11-06 10:13:37 -0800 |
commit | 52d928e06956bad27f03c78d67cbaadd80cef74d (patch) | |
tree | 6c0d13e1d0c4cb34e41109e6ecb42358b5ab9f5a /core/LocApiBase.cpp | |
parent | 1a16cbc20ca334b0a0a2793db3aa2984a6b6b66a (diff) |
GPS HAL: send platform power state event to modem
Send platform power state event, suspend/resume/shutdown to modem
Change-Id: I19960f5fb4935de9e4f5513abd95aed6241a2fd9
CRs-fixed: 2527622
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 8c79cf7..595fa49 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -873,5 +873,7 @@ DEFAULT_IMPL() void LocApiBase::addToCallQueue(LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() +void LocApiBase::updateSystemPowerState(PowerStateType /*powerState*/) +DEFAULT_IMPL() } // namespace loc_core |