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

  /hardware/qcom/gps/core/
LocApiBase.h 57 struct LocSsrMsg;
68 friend struct LocSsrMsg;
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.h 56 struct LocSsrMsg;
59 friend struct LocSsrMsg;
LocApiBase.cpp 87 struct LocSsrMsg : public LocMsg {
89 inline LocSsrMsg(LocApiBase* locApi) :
99 LOC_LOGV("LocSsrMsg");
181 mMsgTask->sendMsg(new LocSsrMsg(this));

Completed in 61 milliseconds