Home
last modified time | relevance | path

Searched defs:powerUp (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
DLocEngAdapter.cpp164 bool powerUp = getPowerVote(); in requestPowerVote() local
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
DLocEngAdapter.cpp165 bool powerUp = getPowerVote(); in requestPowerVote() local
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
DLocEngAdapter.cpp162 bool powerUp = getPowerVote(); in requestPowerVote() local
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
DLocEngAdapter.cpp165 bool powerUp = getPowerVote(); in requestPowerVote() local
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.cpp162 bool powerUp = getPowerVote(); in requestPowerVote() local
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSim.aidl65 oneway void setSimCardPower(in int serial, in android.hardware.radio.sim.CardPowerState powerUp); in setSimCardPower()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSim.aidl68 oneway void setSimCardPower(in int serial, in android.hardware.radio.sim.CardPowerState powerUp); in setSimCardPower()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DIRadioSim.aidl69 oneway void setSimCardPower(in int serial, in android.hardware.radio.sim.CardPowerState powerUp); in setSimCardPower()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSim.aidl69 oneway void setSimCardPower(in int serial, in android.hardware.radio.sim.CardPowerState powerUp); in setSimCardPower()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSim.aidl471 void setSimCardPower(in int serial, in CardPowerState powerUp); in setSimCardPower()
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioSim.cpp239 ScopedAStatus RadioSim::setSimCardPower(int32_t serial, aidl::CardPowerState powerUp) { in setSimCardPower()
/hardware/ril/libril/
Dril_service.cpp2778 Return<void> RadioImpl::setSimCardPower(int32_t serial, bool powerUp) { in setSimCardPower()