Lines Matching refs:Endpoint
81 class Endpoint {
83 Endpoint() = default;
84 Endpoint(const Endpoint&) = delete;
85 Endpoint& operator=(const Endpoint&) = delete;
86 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint() function
87 Endpoint& operator=(Endpoint&& other) noexcept {
91 ~Endpoint() { in ~Endpoint()
134 void swap(Endpoint &other) noexcept { in swap()
142 friend void swap(Endpoint &a, Endpoint &b) noexcept { in swap()
182 Endpoint<PlaybackThread, PlaybackThread::PatchTrack> mPlayback;
184 Endpoint<RecordThread, RecordThread::PatchRecord> mRecord;