/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | acl_connection.cc | 65 hci()->command_channel()->RemoveEventHandler(enc_change_id_); in ~AclConnection() 66 hci()->command_channel()->RemoveEventHandler(enc_key_refresh_cmpl_id_); in ~AclConnection()
|
D | low_energy_connection.cc | 49 hci()->command_channel()->RemoveEventHandler(le_ltk_request_id_); in ~LowEnergyConnection()
|
D | extended_low_energy_scanner.cc | 60 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~ExtendedLowEnergyScanner()
|
D | legacy_low_energy_scanner.cc | 53 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~LegacyLowEnergyScanner()
|
D | android_extended_low_energy_advertiser.cc | 56 hci()->command_channel()->RemoveEventHandler(state_changed_event_handler_id_); in ~AndroidExtendedLowEnergyAdvertiser()
|
D | low_energy_connector.cc | 90 hci_->command_channel()->RemoveEventHandler(id); in ~LowEnergyConnector()
|
D | extended_low_energy_advertiser.cc | 42 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~ExtendedLowEnergyAdvertiser()
|
/external/webrtc/modules/desktop_capture/linux/x11/ |
D | screen_capturer_x11.cc | 45 options_.x_display()->RemoveEventHandler(ConfigureNotify, this); in ~ScreenCapturerX11() 47 options_.x_display()->RemoveEventHandler(damage_event_base_ + XDamageNotify, in ~ScreenCapturerX11() 51 options_.x_display()->RemoveEventHandler( in ~ScreenCapturerX11()
|
D | shared_x_display.h | 60 void RemoveEventHandler(int type, XEventHandler* handler);
|
D | shared_x_display.cc | 55 void SharedXDisplay::RemoveEventHandler(int type, XEventHandler* handler) { in RemoveEventHandler() function in webrtc::SharedXDisplay
|
D | mouse_cursor_monitor_x11.cc | 101 x_display_->RemoveEventHandler(xfixes_event_base_ + XFixesCursorNotify, in ~MouseCursorMonitorX11()
|
D | window_capturer_x11.cc | 53 x_display_->RemoveEventHandler(ConfigureNotify, this); in ~WindowCapturerX11()
|
/external/pigweed/pw_bluetooth_sapphire/host/iso/ |
D | iso_stream_manager.cc | 55 cmd_->RemoveEventHandler(cis_request_handler_); in ~IsoStreamManager() 56 cmd_->RemoveEventHandler(disconnect_handler_); in ~IsoStreamManager()
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_discovery_manager.cc | 129 cmd_->RemoveEventHandler(eir_handler_id_); in ~BrEdrDiscoveryManager() 130 cmd_->RemoveEventHandler(rssi_handler_id_); in ~BrEdrDiscoveryManager() 131 cmd_->RemoveEventHandler(result_handler_id_); in ~BrEdrDiscoveryManager()
|
D | low_energy_connection.cc | 134 cmd_->RemoveEventHandler(conn_update_cmpl_handler_id_); in ~LowEnergyConnection()
|
D | bredr_connection_manager.cc | 264 hci_->command_channel()->RemoveEventHandler(handler_id); in ~BrEdrConnectionManager()
|
/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
D | iso_data_channel.cc | 92 command_channel_->RemoveEventHandler(num_completed_packets_event_handler_id_); in ~IsoDataChannelImpl()
|
D | acl_data_channel.cc | 219 transport_->command_channel()->RemoveEventHandler( in ~AclDataChannelImpl() 221 transport_->command_channel()->RemoveEventHandler( in ~AclDataChannelImpl()
|
D | command_channel.cc | 339 void CommandChannel::RemoveEventHandler(EventHandlerId handler_id) { in RemoveEventHandler() function in bt::hci::CommandChannel 713 RemoveEventHandler(it->handler_id); in NotifyEventHandler()
|
D | sco_data_channel.cc | 129 command_channel_->RemoveEventHandler(num_completed_packets_event_handler_id_); in ~ScoDataChannelImpl()
|
D | command_channel_test.cc | 679 cmd_channel()->RemoveEventHandler(id0); in TEST_F() 701 cmd_channel()->RemoveEventHandler(id1); in TEST_F() 1181 cmd_channel()->RemoveEventHandler(id0); in TEST_F() 1252 cmd_channel()->RemoveEventHandler(id0); in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/host/transport/public/pw_bluetooth_sapphire/internal/host/transport/ |
D | command_channel.h | 215 void RemoveEventHandler(EventHandlerId id);
|
/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
D | sco_connection_manager.cc | 72 transport_->command_channel()->RemoveEventHandler(handler_id); in ~ScoConnectionManager()
|