Searched refs:OnReadReady (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | reactor_unittest.cc | 68 void OnReadReady() {} in OnReadReady() function in bluetooth::os::__anon1aab34370111::SampleReactable 95 void OnReadReady() { in OnReadReady() function in bluetooth::os::__anon1aab34370111::FakeReactable 107 Bind(&FakeReactable::OnReadReady, common::Unretained(this)), in OnReadReady() 152 void OnReadReady() { in OnReadReady() function in bluetooth::os::__anon1aab34370111::FakeRunningReactable 193 …fake_reactable.fd_, Bind(&FakeReactable::OnReadReady, common::Unretained(&fake_reactable)), common… in TEST_F() 201 …fake_reactable.fd_, Bind(&FakeReactable::OnReadReady, common::Unretained(&fake_reactable)), common… in TEST_F() 219 …fake_reactable.fd_, Bind(&FakeReactable::OnReadReady, common::Unretained(&fake_reactable)), common… in TEST_F() 233 Bind(&FakeRunningReactable::OnReadReady, common::Unretained(&fake_reactable)), in TEST_F() 251 common::Bind(&FakeRunningReactable::OnReadReady, common::Unretained(&fake_reactable)), in TEST_F() 270 common::Bind(&FakeRunningReactable::OnReadReady, common::Unretained(&fake_reactable)), in TEST_F() [all …]
|
D | thread_unittest.cc | 41 void OnReadReady() { in OnReadReady() function in bluetooth::os::__anonbf63a0bf0111::SampleReactable 90 common::Bind(&SampleReactable::OnReadReady, common::Unretained(&sample_reactable)), in TEST_F()
|
/packages/modules/Bluetooth/system/gd/docs/architecture/ |
D | architecture.md | 192 * **OnReadReady**: means that the demultiplexer has some events for the
|