Home
last modified time | relevance | path

Searched refs:send_data_upwards (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dhci_layer.cc54 static base::Callback<void(const base::Location&, BT_HDR*)> send_data_upwards; variable
327 if (!send_data_upwards) { in event_callback()
330 send_data_upwards.Run(FROM_HERE, WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, in event_callback()
336 if (!send_data_upwards) { in subevent_callback()
339 send_data_upwards.Run(FROM_HERE, WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, in subevent_callback()
345 if (!send_data_upwards) { in vendor_specific_event_callback()
348 send_data_upwards.Run( in vendor_specific_event_callback()
452 if (!send_data_upwards) { in acl_data_callback()
530 if (!send_data_upwards) { in on_acl()
538 if (!send_data_upwards) { in on_event()
[all …]
Dacl.cc254 ShimAclConnection(const HciHandle handle, SendDataUpwards send_data_upwards, in ShimAclConnection() argument
260 send_data_upwards_(send_data_upwards), in ShimAclConnection()
376 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in ClassicShimAclConnection() argument
381 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection()
594 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in LeShimAclConnection() argument
599 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection()
/system/bt/hci/src/
Dhci_layer.cc127 static base::Callback<void(const base::Location&, BT_HDR*)> send_data_upwards; variable
164 send_data_upwards.Run(from_here, packet); in hci_event_received()
312 send_data_upwards = std::move(send_data_cb); in set_data_cb()
467 send_data_upwards.Run(FROM_HERE, packet); in fragmenter_transmit_finished()
764 CHECK(!send_data_upwards.is_null()); in dispatch_reassembled()
766 send_data_upwards.Run(FROM_HERE, packet); in dispatch_reassembled()
878 send_data_upwards.Reset(); in hci_layer_cleanup_interface()