Searched defs:test_device (Results 1 – 3 of 3) sorted by relevance
83 TestDeviceInfo* test_device = nullptr; variable1810 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local1842 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local1876 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local1901 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() local1929 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local1990 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