Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7150/gps/gnss/
H A Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
409 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
411 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
H A DGnssAdapter.h453 void updateSystemPowerState(PowerStateType systemPowerState);
508 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
H A 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()
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
448 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
450 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
H A DGnssAdapter.h566 void updateSystemPowerState(PowerStateType systemPowerState);
629 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
H A DGnssAdapter.cpp2400 GnssAdapter::updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
2401 if (POWER_STATE_UNKNOWN != systemPowerState) { in updateSystemPowerState()
2402 mSystemPowerState = systemPowerState; in updateSystemPowerState()
2408 GnssAdapter::updateSystemPowerStateCommand(PowerStateType systemPowerState) { in updateSystemPowerStateCommand() argument
2409 LOC_LOGd("power event %d", systemPowerState); in updateSystemPowerStateCommand()
2416 PowerStateType systemPowerState) : in updateSystemPowerStateCommand()
2419 mSystemPowerState(systemPowerState) {} in updateSystemPowerStateCommand()
2425 sendMsg(new MsgUpdatePowerState(*this, systemPowerState)); in updateSystemPowerStateCommand()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A Dlocation_gnss.cpp82 static void updateSystemPowerState(PowerStateType systemPowerState);
448 static void updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
450 gGnssAdapter->updateSystemPowerStateCommand(systemPowerState); in updateSystemPowerState()
H A DGnssAdapter.h566 void updateSystemPowerState(PowerStateType systemPowerState);
629 void updateSystemPowerStateCommand(PowerStateType systemPowerState);
H A DGnssAdapter.cpp2399 GnssAdapter::updateSystemPowerState(PowerStateType systemPowerState) { in updateSystemPowerState() argument
2400 if (POWER_STATE_UNKNOWN != systemPowerState) { in updateSystemPowerState()
2401 mSystemPowerState = systemPowerState; in updateSystemPowerState()
2407 GnssAdapter::updateSystemPowerStateCommand(PowerStateType systemPowerState) { in updateSystemPowerStateCommand() argument
2408 LOC_LOGd("power event %d", systemPowerState); in updateSystemPowerStateCommand()
2415 PowerStateType systemPowerState) : in updateSystemPowerStateCommand()
2418 mSystemPowerState(systemPowerState) {} in updateSystemPowerStateCommand()
2424 sendMsg(new MsgUpdatePowerState(*this, systemPowerState)); in updateSystemPowerStateCommand()
/aosp12/hardware/qcom/sm7150/gps/location/
H A Dlocation_interface.h91 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/aosp12/hardware/qcom/sm7250/gps/location/
H A Dlocation_interface.h92 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/aosp12/hardware/qcom/sm8150/gps/location/
H A Dlocation_interface.h92 void (*updateSystemPowerState)(PowerStateType systemPowerState);
/aosp12/hardware/qcom/sm7150/gps/core/
H A DLocApiBase.h320 virtual void updateSystemPowerState(PowerStateType systemPowerState);
/aosp12/hardware/qcom/sm7250/gps/core/
H A DLocApiBase.h330 virtual void updateSystemPowerState(PowerStateType systemPowerState);
/aosp12/hardware/qcom/sm8150/gps/core/
H A DLocApiBase.h330 virtual void updateSystemPowerState(PowerStateType systemPowerState);