Home
last modified time | relevance | path

Searched refs:REACT_ON_READ_ONLY (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/
Dreactor.h74 REACT_ON_READ_ONLY, enumerator
/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()
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()
375 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in send_packet_ready()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc297 if (react_on == REACT_ON_READ_ONLY || react_on == REACT_ON_READ_WRITE) { in ModifyRegistration()