Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dthread_unittest.cc31 class SampleReactable { class
33 explicit SampleReactable(Thread* thread) in SampleReactable() function in bluetooth::os::__anond85201f50111::SampleReactable
38 ~SampleReactable() { close(fd_); } in ~SampleReactable()
74 SampleReactable sample_reactable(thread); in TEST_F()
77 common::Bind(&SampleReactable::OnReadReady, common::Unretained(&sample_reactable)), in TEST_F()
Dreactor_unittest.cc57 class SampleReactable { class
59 SampleReactable() : fd_(eventfd(0, EFD_NONBLOCK)) { EXPECT_NE(fd_, -1); } in SampleReactable() function in bluetooth::os::__anon5165bc2d0111::SampleReactable
61 ~SampleReactable() { close(fd_); } in ~SampleReactable()
121 SampleReactable sample_reactable_;