Home
last modified time | relevance | path

Searched refs:RunMsg (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/sm8150/gps/utils/
H A DMsgTask.cpp78 struct RunMsg : public LocMsg { in sendMsg() struct
81 inline RunMsg(const std::function<void()> runnable) : mRunnable(runnable) {} in sendMsg() argument
82 ~RunMsg() = default; in sendMsg()
85 sendMsg(new RunMsg(runnable)); in sendMsg()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DMsgTask.cpp78 struct RunMsg : public LocMsg { in sendMsg() struct
81 inline RunMsg(const std::function<void()> runnable) : mRunnable(runnable) {} in sendMsg() argument
82 ~RunMsg() = default; in sendMsg()
85 sendMsg(new RunMsg(runnable)); in sendMsg()