Home
last modified time | relevance | path

Searched refs:HandleNotify (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7150/gps/core/
DSystemStatusOsObserver.cpp298 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/
DSystemStatusOsObserver.cpp298 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/
DSystemStatusOsObserver.cpp301 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/
DSystemStatusOsObserver.cpp301 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/
DSystemStatusOsObserver.cpp377 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()