Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/
H A Dbtm_iso_test.cc112 bte::SetMockBteInterface(&bte_interface_); in SetUp()
308 bte::MockBteInterface bte_interface_; member in IsoManagerTest
1823 EXPECT_CALL(bte_interface_, HciSend) in TEST_F()
1875 EXPECT_CALL(bte_interface_, HciSend) in TEST_F()
1940 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()
1965 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers); in TEST_F()
1995 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()
2011 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()
2035 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()
2071 EXPECT_CALL(bte_interface_, HciSend).Times(0); in TEST_F()
[all …]