Searched refs:closed_ (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl.cc | 41 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()
|
D | fixed_channel_impl.h | 94 bool closed_ = false; variable
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl.cc | 50 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()
|
D | fixed_channel_impl.h | 96 bool closed_ = false; variable
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl.cc | 50 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()
|
D | dynamic_channel_impl.h | 84 bool closed_ = false; variable
|