Home
last modified time | relevance | path

Searched refs:mFixSet (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/gps/msm8909/core/
DUlpProxyBase.h42 bool mFixSet; variable
45 mFixSet = false; in UlpProxyBase()
48 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
49 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8996/core/
DUlpProxyBase.h41 bool mFixSet; variable
44 mFixSet = false; in UlpProxyBase()
47 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
48 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8084/core/
DUlpProxyBase.h41 bool mFixSet; variable
44 mFixSet = false; in UlpProxyBase()
47 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
48 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8994/core/
DUlpProxyBase.h41 bool mFixSet; variable
44 mFixSet = false; in UlpProxyBase()
47 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
48 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/core/
DUlpProxyBase.h41 bool mFixSet; variable
44 mFixSet = false; in UlpProxyBase()
47 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
48 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8998/core/
DUlpProxyBase.h42 bool mFixSet; variable
45 mFixSet = false; in UlpProxyBase()
48 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
49 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8909w_3100/core/
DUlpProxyBase.h42 bool mFixSet; variable
45 mFixSet = false; in UlpProxyBase()
48 inline virtual bool sendStartFix() { mFixSet = true; return false; } in sendStartFix()
49 inline virtual bool sendStopFix() { mFixSet = false; return false; } in sendStopFix()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
DLocEngAdapter.cpp123 if(mUlp->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
DLocEngAdapter.cpp124 if(mUlp->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
DLocEngAdapter.cpp124 if(mUlp->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.cpp121 if(mUlp->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
DLocEngAdapter.cpp121 if(mUlp->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp915 if (mUlpProxy->mFixSet) { in setUlpProxy()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp968 if (mUlpProxy->mFixSet) { in setUlpProxy()