Searched defs:OnClosed (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ | ||
D | fixed_channel_impl.cc | 49 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::classic::internal::FixedChannelImpl |
/system/bt/gd/l2cap/internal/ | ||
D | dynamic_channel_impl.cc | 64 void DynamicChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::internal::DynamicChannelImpl |
/system/bt/gd/l2cap/le/internal/ | ||
D | fixed_channel_impl.cc | 58 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::le::internal::FixedChannelImpl |
/system/core/libappfuse/tests/ | ||
D | FuseBridgeLoopTest.cc | 40 void OnClosed(int /* mount_id */) override { closed = true; } in OnClosed() function in android::fuse::__anon79f4cfdc0111::Callback |