Searched refs:HandleNotify (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm7150/gps/core/ |
D | SystemStatusOsObserver.cpp | 298 struct HandleNotify : public LocMsg { in notify() struct 299 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify() argument 302 inline virtual ~HandleNotify() { in notify() argument 370 mContext.mMsgTask->sendMsg(new HandleNotify(this, dataItemVec)); in notify()
|
/hardware/qcom/sm8150p/gps/core/ |
D | SystemStatusOsObserver.cpp | 298 struct HandleNotify : public LocMsg { in notify() struct 299 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify() function 302 inline virtual ~HandleNotify() { in notify() argument 370 mContext.mMsgTask->sendMsg(new HandleNotify(this, dataItemVec)); in notify()
|
/hardware/qcom/sm8150/gps/core/ |
D | SystemStatusOsObserver.cpp | 301 struct HandleNotify : public LocMsg { in notify() struct 302 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify() function 305 inline virtual ~HandleNotify() { in notify() argument 373 mContext.mMsgTask->sendMsg(new HandleNotify(this, dataItemVec)); in notify()
|
/hardware/qcom/sm7250/gps/core/ |
D | SystemStatusOsObserver.cpp | 301 struct HandleNotify : public LocMsg { in notify() struct 302 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify() argument 305 inline virtual ~HandleNotify() { in notify() argument 373 mContext.mMsgTask->sendMsg(new HandleNotify(this, dataItemVec)); in notify()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 377 struct HandleNotify : public LocMsg { in notify() struct 378 HandleNotify(SystemStatusOsObserver* parent, const list<IDataItemCore*>& l) : in notify() argument 380 virtual ~HandleNotify() { in notify() argument 431 mContext.mMsgTask->sendMsg(new (nothrow) HandleNotify(this, dataItemList)); in notify()
|