Lines Matching refs:stream

43 static inline void expect_bt_bap_stream_ops_qos_set_called_once(struct bt_bap_stream *stream)  in expect_bt_bap_stream_ops_qos_set_called_once()  argument
50 zexpect_equal_ptr(stream, mock_bap_stream_qos_set_cb_fake.arg0_val, in expect_bt_bap_stream_ops_qos_set_called_once()
62 static inline void expect_bt_bap_stream_ops_enabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_enabled_called_once() argument
69 zexpect_equal_ptr(stream, mock_bap_stream_enabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_enabled_called_once()
82 struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_metadata_updated_called_once() argument
89 zexpect_equal_ptr(stream, mock_bap_stream_metadata_updated_cb_fake.arg0_val, in expect_bt_bap_stream_ops_metadata_updated_called_once()
101 static inline void expect_bt_bap_stream_ops_disabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disabled_called_once() argument
108 zexpect_equal_ptr(stream, mock_bap_stream_disabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disabled_called_once()
141 static inline void expect_bt_bap_stream_ops_released_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_released_called_once() argument
143 expect_bt_bap_stream_ops_released_called(&stream, 1); in expect_bt_bap_stream_ops_released_called_once()
154 static inline void expect_bt_bap_stream_ops_started_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_started_called_once() argument
161 zexpect_equal_ptr(stream, mock_bap_stream_started_cb_fake.arg0_val, in expect_bt_bap_stream_ops_started_called_once()
200 expect_bt_bap_stream_ops_connected_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_connected_called_once() argument
207 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_once()
213 expect_bt_bap_stream_ops_connected_called_twice(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_connected_called_twice() argument
220 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_twice()
226 expect_bt_bap_stream_ops_disconnected_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disconnected_called_once() argument
233 zexpect_equal_ptr(stream, mock_bap_stream_disconnected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disconnected_called_once()
238 static inline void expect_bt_bap_stream_ops_recv_called_once(struct bt_bap_stream *stream, in expect_bt_bap_stream_ops_recv_called_once() argument
247 zexpect_equal_ptr(stream, mock_bap_stream_recv_cb_fake.arg0_val, in expect_bt_bap_stream_ops_recv_called_once()
261 static inline void expect_bt_bap_stream_ops_sent_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_sent_called_once() argument
268 zexpect_equal_ptr(stream, mock_bap_stream_sent_cb_fake.arg0_val, in expect_bt_bap_stream_ops_sent_called_once()