Searched refs:iso_interface_ (Results 1 – 1 of 1) sorted by relevance
145 bluetooth::shim::SetMockIsoInterface(&iso_interface_); in SetUp()345 bluetooth::shim::MockIsoInterface iso_interface_; member in IsoManagerTest2085 EXPECT_CALL(iso_interface_, HciSend).Times(0); in TEST_F()2108 EXPECT_CALL(iso_interface_, HciSend) in TEST_F()2159 EXPECT_CALL(iso_interface_, HciSend) in TEST_F()2224 EXPECT_CALL(iso_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2245 EXPECT_CALL(iso_interface_, HciSend).Times(num_buffers); in TEST_F()2276 EXPECT_CALL(iso_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2288 EXPECT_CALL(iso_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2309 EXPECT_CALL(iso_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()[all …]