Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc82 struct SessionTrackMsg { struct in SessionTrack
83 SessionTrackWorkType type_;
84 std::shared_ptr<SessionInfo> session_info_;
85 bool sync_;
86 bool cond_flag;
87 std::condition_variable cond_;
89 SessionTrackMsg(SessionTrackWorkType type, bool sync) in SessionTrackMsg() argument
93 SessionTrackMsg(SessionTrackWorkType type, in SessionTrackMsg() function