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

  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.cpp 39 struct LocOpenMsg : public LocMsg {
42 inline LocOpenMsg(LocAdapterBase* locAdapter,
68 sendMsg(new LocOpenMsg(this, mLocApi));
  /hardware/qcom/gps/core/
LocApiBase.cpp 107 struct LocOpenMsg : public LocMsg {
110 inline LocOpenMsg(LocApiBase* locApi,
164 mMsgTask->sendMsg(new LocOpenMsg(this,
201 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
209 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
  /hardware/qcom/gps/msm8084/core/
LocApiBase.cpp 107 struct LocOpenMsg : public LocMsg {
110 inline LocOpenMsg(LocApiBase* locApi,
163 mMsgTask->sendMsg(new LocOpenMsg(this,
200 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));
  /hardware/qcom/gps/msm8974/core/
LocApiBase.cpp 107 struct LocOpenMsg : public LocMsg {
110 inline LocOpenMsg(LocApiBase* locApi,
163 mMsgTask->sendMsg(new LocOpenMsg(this,
200 mMsgTask->sendMsg(new LocOpenMsg(this, getEvtMask()));

Completed in 972 milliseconds