Home
last modified time | relevance | path

Searched defs:get_device (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc69 TEST_F(L2capClassicDynamicChannelImplTest, get_device) { in TEST_F() argument
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc63 TEST_F(L2capLeFixedChannelImplTest, get_device) { in TEST_F() argument
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc62 TEST_F(L2capClassicFixedChannelImplTest, get_device) { in TEST_F() argument
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs299 fn get_device(&mut self, addr: String) -> Option<&mut UInputDev> { in get_device() method