Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/
Dsecurity_enforcement_interface.h51 result_callback.InvokeIfNotEmpty(true); in Enforce()
53 result_callback.InvokeIfNotEmpty(false); in Enforce()
/system/bt/gd/fuzz/
Dhelpers.h46 callback.InvokeIfNotEmpty(packet); in InvokeIfValid()
55 callback.InvokeIfNotEmpty(packet); in InvokeIfValid()
/system/bt/gd/l2cap/le/
Dl2cap_le_module.cc44 result_callback.InvokeIfNotEmpty(true); in Enforce()
46 result_callback.InvokeIfNotEmpty(false); in Enforce()
/system/bt/gd/common/
Dcontextual_callback.h52 void InvokeIfNotEmpty(Args... args) { in InvokeIfNotEmpty() function
88 void InvokeIfNotEmpty(Args... args) { in InvokeIfNotEmpty() function
/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl.cc71 on_close_callback_.InvokeIfNotEmpty(close_reason_); in OnClosed()
/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc166 acl_on_disconnect_.InvokeIfNotEmpty(fdp.ConsumeIntegral<uint16_t>(), in injectAclDisconnect()
175 le_acl_on_disconnect_.InvokeIfNotEmpty(fdp.ConsumeIntegral<uint16_t>(), in injectLeAclDisconnect()