Home
last modified time | relevance | path

Searched refs:bIsInEmergency (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp3807 bool bIsInEmergency = false; in requestNiNotifyEvent() local
3810 bIsInEmergency = ((LOC_IN_EMERGENCY_UNKNOWN == mEmergencyState) && in requestNiNotifyEvent()
3816 && !bIsInEmergency && in requestNiNotifyEvent()
3828 bInformNiAccept = bIsInEmergency || in requestNiNotifyEvent()
3837 if (bIsInEmergency && (1 == ContextBase::mGps_conf.CP_MTLR_ES)) { in requestNiNotifyEvent()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp3653 bool bIsInEmergency = false; in requestNiNotifyEvent() local
3656 bIsInEmergency = ((LOC_IN_EMERGENCY_UNKNOWN == mEmergencyState) && in requestNiNotifyEvent()
3661 bInformNiAccept = bIsInEmergency || in requestNiNotifyEvent()
3670 if (bIsInEmergency && (1 == ContextBase::mGps_conf.CP_MTLR_ES)) { in requestNiNotifyEvent()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp4467 bool bIsInEmergency = false; in requestNiNotifyEvent() local
4470 bIsInEmergency = ((LOC_IN_EMERGENCY_UNKNOWN == mEmergencyState) && in requestNiNotifyEvent()
4476 && !bIsInEmergency && in requestNiNotifyEvent()
4488 bInformNiAccept = bIsInEmergency || in requestNiNotifyEvent()
4497 if (bIsInEmergency && (1 == ContextBase::mGps_conf.CP_MTLR_ES)) { in requestNiNotifyEvent()