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

  /hardware/qcom/gps/core/
LocApiBase.cpp 88 struct LocSsrMsg : public LocMsg {
90 inline LocSsrMsg(LocApiBase* locApi) :
100 LOC_LOGV("LocSsrMsg");
215 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8084/core/
LocApiBase.cpp 88 struct LocSsrMsg : public LocMsg {
90 inline LocSsrMsg(LocApiBase* locApi) :
100 LOC_LOGV("LocSsrMsg");
209 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 87 struct LocSsrMsg : public LocMsg {
89 inline LocSsrMsg(LocApiBase* locApi) :
99 LOC_LOGV("LocSsrMsg");
181 mMsgTask->sendMsg(new LocSsrMsg(this));
  /hardware/qcom/gps/msm8974/core/
LocApiBase.cpp 88 struct LocSsrMsg : public LocMsg {
90 inline LocSsrMsg(LocApiBase* locApi) :
100 LOC_LOGV("LocSsrMsg");
209 mMsgTask->sendMsg(new LocSsrMsg(this));

Completed in 5215 milliseconds