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

  /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/msm8974/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; }

Completed in 776 milliseconds