Searched refs:GetCallbacks (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.cc | 82 rusty::adapter_state_changed_callback(*g_btif->GetCallbacks(), state); in adapter_state_changed_cb() 87 *g_btif->GetCallbacks(), status, num_properties, prop_to_vec(num_properties, properties)); in adapter_properties_cb() 95 … *g_btif->GetCallbacks(), status, addr, num_properties, prop_to_vec(num_properties, properties)); in remote_device_properties_cb() 99 …rusty::device_found_callback(*g_btif->GetCallbacks(), num_properties, prop_to_vec(num_properties, … in device_found_cb() 103 rusty::discovery_state_changed_callback(*g_btif->GetCallbacks(), state); in discovery_state_changed_cb() 110 rusty::pin_request_callback(*g_btif->GetCallbacks(), addr, name, cod, min_16_digit); in pin_request_cb() 122 rusty::ssp_request_callback(*g_btif->GetCallbacks(), addr, name, cod, pairing_variant, pass_key); in ssp_request_cb() 128 rust::bond_state_changed_callback(*g_btif->GetCallbacks(), status, addr, state); in bond_state_changed_cb() 135 rust::acl_state_changed_callback(*g_btif->GetCallbacks(), status, addr, state, hci_reason); in acl_state_changed_cb()
|
D | btif_shim.h | 68 ::rust::Box<RustCallbacks>& GetCallbacks() { in GetCallbacks() function
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 229 auto callbacks = acl_connections_.find(handle)->second.GetCallbacks(); in OnLeConnectSuccess() 295 LeConnectionManagementCallbacks* GetCallbacks() { in GetCallbacks() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
D | acl_manager_facade.cc | 352 auto callbacks = acl_connections_.find(handle)->second.GetCallbacks(); in OnConnectSuccess() 388 ConnectionManagementCallbacks* GetCallbacks() { in GetCallbacks() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|