Home
last modified time | relevance | path

Searched refs:systemPowerState (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/sm7150/gps/gnss/
Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
409 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
411 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
DGnssAdapter.h453 void updateSystemPowerState(PowerStateType systemPowerState);
508 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
DGnssAdapter.cpp2060 GnssAdapter::updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
2061 if (POWER_STATE_UNKNOWN != systemPowerState) { in updateSystemPowerState()
2062 mSystemPowerState = systemPowerState; in updateSystemPowerState()
2068 GnssAdapter::updateSystemPowerStateCommand(PowerStateType systemPowerState) { in updateSystemPowerStateCommand() argument
2069 LOC_LOGd("power event %d", systemPowerState); in updateSystemPowerStateCommand()
2076 PowerStateType systemPowerState) : in updateSystemPowerStateCommand()
2079 mSystemPowerState(systemPowerState) {} in updateSystemPowerStateCommand()
2085 sendMsg(new MsgUpdatePowerState(*this, systemPowerState)); in updateSystemPowerStateCommand()
/hardware/qcom/sm7250/gps/gnss/
Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
448 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
450 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
DGnssAdapter.h569 void updateSystemPowerState(PowerStateType systemPowerState);
632 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
DGnssAdapter.cpp2408 GnssAdapter::updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
2409 if (POWER_STATE_UNKNOWN != systemPowerState) { in updateSystemPowerState()
2410 mSystemPowerState = systemPowerState; in updateSystemPowerState()
2416 GnssAdapter::updateSystemPowerStateCommand(PowerStateType systemPowerState) { in updateSystemPowerStateCommand() argument
2417 LOC_LOGd("power event %d", systemPowerState); in updateSystemPowerStateCommand()
2424 PowerStateType systemPowerState) : in updateSystemPowerStateCommand()
2427 mSystemPowerState(systemPowerState) {} in updateSystemPowerStateCommand()
2433 sendMsg(new MsgUpdatePowerState(*this, systemPowerState)); in updateSystemPowerStateCommand()
/hardware/qcom/sm8150/gps/gnss/
Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
448 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
450 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
DGnssAdapter.h569 void updateSystemPowerState(PowerStateType systemPowerState);
632 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
DGnssAdapter.cpp2407 GnssAdapter::updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
2408 if (POWER_STATE_UNKNOWN != systemPowerState) { in updateSystemPowerState()
2409 mSystemPowerState = systemPowerState; in updateSystemPowerState()
2415 GnssAdapter::updateSystemPowerStateCommand(PowerStateType systemPowerState) { in updateSystemPowerStateCommand() argument
2416 LOC_LOGd("power event %d", systemPowerState); in updateSystemPowerStateCommand()
2423 PowerStateType systemPowerState) : in updateSystemPowerStateCommand()
2426 mSystemPowerState(systemPowerState) {} in updateSystemPowerStateCommand()
2432 sendMsg(new MsgUpdatePowerState(*this, systemPowerState)); in updateSystemPowerStateCommand()
/hardware/qcom/sm7150/gps/location/
Dlocation_interface.h91 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/hardware/qcom/sm7250/gps/location/
Dlocation_interface.h92 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/hardware/qcom/sm8150/gps/location/
Dlocation_interface.h92 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/hardware/qcom/sm7150/gps/core/
DLocApiBase.h320 virtual void updateSystemPowerState(PowerStateType systemPowerState);
/hardware/qcom/sm7250/gps/core/
DLocApiBase.h331 virtual void updateSystemPowerState(PowerStateType systemPowerState);
/hardware/qcom/sm8150/gps/core/
DLocApiBase.h331 virtual void updateSystemPowerState(PowerStateType systemPowerState);