Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 7 of 7) sorted by relevance

/system/extras/tests/bootloader/
Dshelltest.py22 self.device = adb.get_device(os.getenv("BOOTLOADER_TEST_SERIAL"));
/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc69 TEST_F(L2capClassicDynamicChannelImplTest, get_device) { in TEST_F() argument
/system/security/keystore2/src/km_compat/
Dlib.rs43 fn get_device() -> Option<Strong<dyn IKeyMintDevice>> { in get_device() function
52 match get_device() {
/system/core/init/
Dperfboot.py432 device = adb.get_device(args.serial)
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc63 TEST_F(L2capLeFixedChannelImplTest, get_device) { in TEST_F() argument
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc62 TEST_F(L2capClassicFixedChannelImplTest, get_device) { in TEST_F() argument
/system/bt/gd/docs/testing/
Dgtest.md260 TEST_F(L2capClassicFixedChannelImplTest, get_device) {