Home
last modified time | relevance | path

Searched defs:SessionTrackMsg (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc78 struct SessionTrackMsg { struct in SessionTrack
79 SessionTrackWorkType type_;
80 std::shared_ptr<SessionInfo> session_info_;
81 bool sync_;
82 std::condition_variable cond_;
84 SessionTrackMsg(SessionTrackWorkType type, bool sync) : type_(type), sync_(sync) { } in SessionTrackMsg() function
87SessionTrackMsg(SessionTrackWorkType type, std::shared_ptr<SessionInfo> session_info, bool sync) : in SessionTrackMsg() function