summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorWei Chen <weic@codeaurora.org>2019-09-13 15:43:27 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-10-24 11:46:21 -0700
commit0d2ef5e90ec9e20658bd080d8610312cac60bf3f (patch)
tree41bc245ee143f3ddfae02dc989f76a8ca1611511 /core/LocApiBase.cpp
parent77f2596ce40e3a5224ac7bb052e3243a80b9dfaf (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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index f242dc7..1717b87 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -739,4 +739,9 @@ DEFAULT_IMPL(LOCATION_ERROR_SUCCESS)
LocationError LocApiBase::
getGnssEnergyConsumed()
DEFAULT_IMPL(LOCATION_ERROR_SUCCESS)
+
+void LocApiBase::
+ updatePowerState(PowerStateType /*powerState*/)
+DEFAULT_IMPL()
+
} // namespace loc_core