/hardware/qcom/sm8150p/gps/gnss/ |
D | location_gnss.cpp | 74 static void getPowerStateChanges(void* powerStateCb); 374 static void getPowerStateChanges(void* powerStateCb) in getPowerStateChanges() argument 377 gGnssAdapter->getPowerStateChangesCommand(powerStateCb); in getPowerStateChanges()
|
D | GnssAdapter.h | 457 void getPowerStateChangesCommand(void* powerStateCb); 460 void savePowerStateCallback(powerStateCallback powerStateCb){ mPowerStateCb = powerStateCb; } in savePowerStateCallback() argument
|
D | GnssAdapter.cpp | 2262 GnssAdapter::getPowerStateChangesCommand(void* powerStateCb) in getPowerStateChangesCommand() argument 2270 powerStateCallback powerStateCb) : in getPowerStateChangesCommand() 2273 mPowerStateCb(powerStateCb) {} in getPowerStateChangesCommand() 2280 sendMsg(new MsgReportLocation(*this, (powerStateCallback)powerStateCb)); in getPowerStateChangesCommand()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | location_gnss.cpp | 74 static void getPowerStateChanges(void* powerStateCb); 389 static void getPowerStateChanges(void* powerStateCb) in getPowerStateChanges() argument 392 gGnssAdapter->getPowerStateChangesCommand(powerStateCb); in getPowerStateChanges()
|
D | GnssAdapter.h | 496 void getPowerStateChangesCommand(void* powerStateCb); 499 void savePowerStateCallback(powerStateCallback powerStateCb){ mPowerStateCb = powerStateCb; } in savePowerStateCallback() argument
|
D | GnssAdapter.cpp | 2382 GnssAdapter::getPowerStateChangesCommand(void* powerStateCb) in getPowerStateChangesCommand() argument 2390 powerStateCallback powerStateCb) : in getPowerStateChangesCommand() 2393 mPowerStateCb(powerStateCb) {} in getPowerStateChangesCommand() 2400 sendMsg(new MsgReportLocation(*this, (powerStateCallback)powerStateCb)); in getPowerStateChangesCommand()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | location_gnss.cpp | 74 static void getPowerStateChanges(std::function<void(bool)> powerStateCb); 422 static void getPowerStateChanges(std::function<void(bool)> powerStateCb) in getPowerStateChanges() argument 425 gGnssAdapter->getPowerStateChangesCommand(powerStateCb); in getPowerStateChanges()
|
D | GnssAdapter.h | 618 void getPowerStateChangesCommand(std::function<void(bool)> powerStateCb); 621 void savePowerStateCallback(std::function<void(bool)> powerStateCb){ in savePowerStateCallback() argument 622 mPowerStateCb = powerStateCb; } in savePowerStateCallback()
|
D | GnssAdapter.cpp | 2822 GnssAdapter::getPowerStateChangesCommand(std::function<void(bool)> powerStateCb) in getPowerStateChangesCommand() argument 2830 std::function<void(bool)> powerStateCb) : in getPowerStateChangesCommand() 2833 mPowerStateCb(powerStateCb) {} in getPowerStateChangesCommand() 2840 sendMsg(new MsgReportLocation(*this, powerStateCb)); in getPowerStateChangesCommand()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | location_gnss.cpp | 74 static void getPowerStateChanges(std::function<void(bool)> powerStateCb); 422 static void getPowerStateChanges(std::function<void(bool)> powerStateCb) in getPowerStateChanges() argument 425 gGnssAdapter->getPowerStateChangesCommand(powerStateCb); in getPowerStateChanges()
|
D | GnssAdapter.h | 618 void getPowerStateChangesCommand(std::function<void(bool)> powerStateCb); 621 void savePowerStateCallback(std::function<void(bool)> powerStateCb){ in savePowerStateCallback() argument 622 mPowerStateCb = powerStateCb; } in savePowerStateCallback()
|
D | GnssAdapter.cpp | 2821 GnssAdapter::getPowerStateChangesCommand(std::function<void(bool)> powerStateCb) in getPowerStateChangesCommand() argument 2829 std::function<void(bool)> powerStateCb) : in getPowerStateChangesCommand() 2832 mPowerStateCb(powerStateCb) {} in getPowerStateChangesCommand() 2839 sendMsg(new MsgReportLocation(*this, powerStateCb)); in getPowerStateChangesCommand()
|
/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 73 void (*getPowerStateChanges)(void* powerStateCb);
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | location_interface.h | 76 void (*getPowerStateChanges)(void* powerStateCb);
|
/hardware/qcom/sm8150p/gps/location/ |
D | location_interface.h | 88 void (*getPowerStateChanges)(void* powerStateCb);
|
/hardware/qcom/sm7150/gps/location/ |
D | location_interface.h | 88 void (*getPowerStateChanges)(void* powerStateCb);
|
/hardware/qcom/sm7250/gps/location/ |
D | location_interface.h | 89 void (*getPowerStateChanges)(std::function<void(bool)> powerStateCb);
|
/hardware/qcom/sm8150/gps/location/ |
D | location_interface.h | 89 void (*getPowerStateChanges)(std::function<void(bool)> powerStateCb);
|