Searched defs:test_device (Results 1 – 3 of 3) sorted by relevance
83 TestDeviceInfo* test_device = nullptr; variable1724 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local1756 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local1790 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local1815 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() local1843 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local1904 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
117 VolumeControlDevice* test_device = devices_->FindByAddress(test_address_0); in TEST_F() local
101 Device* test_device; member in bluetooth::avrcp::AvrcpDeviceTest