Home
last modified time | relevance | path

Searched refs:closed_ (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl.cc41 if (closed_) { in RegisterOnCloseCallback()
50 …ASSERT_LOG(!closed_, "Device %s Cid 0x%x closed twice, old status 0x%x, new status 0x%x", device_.… in OnClosed()
52 closed_ = true; in OnClosed()
68 if (closed_) { in Acquire()
83 if (closed_) { in Release()
Dfixed_channel_impl.h94 bool closed_ = false; variable
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc50 if (closed_) { in RegisterOnCloseCallback()
59 …ASSERT_LOG(!closed_, "Device %s Cid 0x%x closed twice, old status 0x%x, new status 0x%x", device_.… in OnClosed()
61 closed_ = true; in OnClosed()
77 if (closed_) { in Acquire()
92 if (closed_) { in Release()
Dfixed_channel_impl.h96 bool closed_ = false; variable
/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl.cc50 if (closed_) { in RegisterOnCloseCallback()
62 …ASSERT_LOG(!closed_, "Device %s Cid 0x%x closed twice, old status 0x%x, new status 0x%x", device_.… in OnClosed()
64 closed_ = true; in OnClosed()
Ddynamic_channel_impl.h84 bool closed_ = false; variable