HomeSort by relevance Sort by last modified time
    Searched defs:mFixSet (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/msm8996/core/
UlpProxyBase.h 41 bool mFixSet;
44 mFixSet = false;
47 inline virtual bool sendStartFix() { mFixSet = true; return false; }
48 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/core/
UlpProxyBase.h 41 bool mFixSet;
44 mFixSet = false;
47 inline virtual bool sendStartFix() { mFixSet = true; return false; }
48 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/msm8084/core/
UlpProxyBase.h 41 bool mFixSet;
44 mFixSet = false;
47 inline virtual bool sendStartFix() { mFixSet = true; return false; }
48 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/msm8909/core/
UlpProxyBase.h 42 bool mFixSet;
45 mFixSet = false;
48 inline virtual bool sendStartFix() { mFixSet = true; return false; }
49 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/msm8994/core/
UlpProxyBase.h 41 bool mFixSet;
44 mFixSet = false;
47 inline virtual bool sendStartFix() { mFixSet = true; return false; }
48 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/msm8909w_3100/core/
UlpProxyBase.h 42 bool mFixSet;
45 mFixSet = false;
48 inline virtual bool sendStartFix() { mFixSet = true; return false; }
49 inline virtual bool sendStopFix() { mFixSet = false; return false; }
  /hardware/qcom/gps/msm8998/core/
UlpProxyBase.h 42 bool mFixSet;
45 mFixSet = false;
48 inline virtual bool sendStartFix() { mFixSet = true; return false; }
49 inline virtual bool sendStopFix() { mFixSet = false; return false; }

Completed in 65 milliseconds