Home
last modified time | relevance | path

Searched refs:ModifyRegistration (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc176 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in Start()
222 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_WRITE… in write_to_fd()
236 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in send_packet_ready()
Dhci_hal_host.cc313 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in Start()
361 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_WRITE… in write_to_fd()
375 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in send_packet_ready()
/packages/modules/Bluetooth/system/gd/os/
Dreactor.h80 void ModifyRegistration(Reactable* reactable, ReactOn react_on);
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration() function in bluetooth::os::Reactor
Dreactor_unittest.cc436 reactor_->ModifyRegistration(reactable, Reactor::REACT_ON_WRITE_ONLY); in TEST_F()