Home
last modified time | relevance | path

Searched defs:test_device (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp83 TestDeviceInfo* test_device = nullptr; variable
1810 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
1842 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
1876 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
1901 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() local
1929 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
1990 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
/aosp12/system/bt/bta/vc/
H A Ddevices_test.cc117 VolumeControlDevice* test_device = devices_->FindByAddress(test_address_0); in TEST_F() local
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc101 Device* test_device; member in bluetooth::avrcp::AvrcpDeviceTest