Home
last modified time | relevance | path

Searched refs:RemoveEventHandler (Results 1 – 23 of 23) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dacl_connection.cc65 hci()->command_channel()->RemoveEventHandler(enc_change_id_); in ~AclConnection()
66 hci()->command_channel()->RemoveEventHandler(enc_key_refresh_cmpl_id_); in ~AclConnection()
Dlow_energy_connection.cc49 hci()->command_channel()->RemoveEventHandler(le_ltk_request_id_); in ~LowEnergyConnection()
Dextended_low_energy_scanner.cc60 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~ExtendedLowEnergyScanner()
Dlegacy_low_energy_scanner.cc53 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~LegacyLowEnergyScanner()
Dandroid_extended_low_energy_advertiser.cc56 hci()->command_channel()->RemoveEventHandler(state_changed_event_handler_id_); in ~AndroidExtendedLowEnergyAdvertiser()
Dlow_energy_connector.cc90 hci_->command_channel()->RemoveEventHandler(id); in ~LowEnergyConnector()
Dextended_low_energy_advertiser.cc42 hci()->command_channel()->RemoveEventHandler(event_handler_id_); in ~ExtendedLowEnergyAdvertiser()
/external/webrtc/modules/desktop_capture/linux/x11/
Dscreen_capturer_x11.cc45 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()
Dshared_x_display.h60 void RemoveEventHandler(int type, XEventHandler* handler);
Dshared_x_display.cc55 void SharedXDisplay::RemoveEventHandler(int type, XEventHandler* handler) { in RemoveEventHandler() function in webrtc::SharedXDisplay
Dmouse_cursor_monitor_x11.cc101 x_display_->RemoveEventHandler(xfixes_event_base_ + XFixesCursorNotify, in ~MouseCursorMonitorX11()
Dwindow_capturer_x11.cc53 x_display_->RemoveEventHandler(ConfigureNotify, this); in ~WindowCapturerX11()
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream_manager.cc55 cmd_->RemoveEventHandler(cis_request_handler_); in ~IsoStreamManager()
56 cmd_->RemoveEventHandler(disconnect_handler_); in ~IsoStreamManager()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_discovery_manager.cc129 cmd_->RemoveEventHandler(eir_handler_id_); in ~BrEdrDiscoveryManager()
130 cmd_->RemoveEventHandler(rssi_handler_id_); in ~BrEdrDiscoveryManager()
131 cmd_->RemoveEventHandler(result_handler_id_); in ~BrEdrDiscoveryManager()
Dlow_energy_connection.cc134 cmd_->RemoveEventHandler(conn_update_cmpl_handler_id_); in ~LowEnergyConnection()
Dbredr_connection_manager.cc264 hci_->command_channel()->RemoveEventHandler(handler_id); in ~BrEdrConnectionManager()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Diso_data_channel.cc92 command_channel_->RemoveEventHandler(num_completed_packets_event_handler_id_); in ~IsoDataChannelImpl()
Dacl_data_channel.cc219 transport_->command_channel()->RemoveEventHandler( in ~AclDataChannelImpl()
221 transport_->command_channel()->RemoveEventHandler( in ~AclDataChannelImpl()
Dcommand_channel.cc339 void CommandChannel::RemoveEventHandler(EventHandlerId handler_id) { in RemoveEventHandler() function in bt::hci::CommandChannel
713 RemoveEventHandler(it->handler_id); in NotifyEventHandler()
Dsco_data_channel.cc129 command_channel_->RemoveEventHandler(num_completed_packets_event_handler_id_); in ~ScoDataChannelImpl()
Dcommand_channel_test.cc679 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/
Dcommand_channel.h215 void RemoveEventHandler(EventHandlerId id);
/external/pigweed/pw_bluetooth_sapphire/host/sco/
Dsco_connection_manager.cc72 transport_->command_channel()->RemoveEventHandler(handler_id); in ~ScoConnectionManager()