Home
last modified time | relevance | path

Searched refs:iso_interface_ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc145 bluetooth::shim::SetMockIsoInterface(&iso_interface_); in SetUp()
345 bluetooth::shim::MockIsoInterface iso_interface_; member in IsoManagerTest
2085 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 …]