Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp83 TestDeviceInfo* test_device = nullptr; variable
1724 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
1756 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
1790 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
1815 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() local
1843 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
1904 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
/system/bt/bta/vc/
Ddevices_test.cc117 VolumeControlDevice* test_device = devices_->FindByAddress(test_address_0); in TEST_F() local
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc101 Device* test_device; member in bluetooth::avrcp::AvrcpDeviceTest