Searched refs:mock_state_machine_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 829 &mock_state_machine_); in SetUpMockGroups() 886 ON_CALL(mock_state_machine_, Initialize(_)) in SetUpMockGroups() 889 ON_CALL(mock_state_machine_, ConfigureStream(_, _, _, _)) in SetUpMockGroups() 953 ON_CALL(mock_state_machine_, AttachToStream(_, _, _)) in SetUpMockGroups() 1047 ON_CALL(mock_state_machine_, StartStream(_, _, _, _)) in SetUpMockGroups() 1294 ON_CALL(mock_state_machine_, SuspendStream(_)) in SetUpMockGroups() 1315 ON_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in SetUpMockGroups() 1375 ON_CALL(mock_state_machine_, ProcessHciNotifCisDisconnected(_, _, _)) in SetUpMockGroups() 1452 ON_CALL(mock_state_machine_, StopStream(_)) in SetUpMockGroups() 2135 Mock::VerifyAndClearExpectations(&mock_state_machine_); in StartStreaming() [all …]
|