Home
last modified time | relevance | path

Searched refs:react_on (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration() argument
297 if (react_on == REACT_ON_READ_ONLY || react_on == REACT_ON_READ_WRITE) { in ModifyRegistration()
300 if (react_on == REACT_ON_WRITE_ONLY || react_on == REACT_ON_READ_WRITE) { in ModifyRegistration()
/packages/modules/Bluetooth/system/gd/os/
Dreactor.h80 void ModifyRegistration(Reactable* reactable, ReactOn react_on);