Lines Matching refs:audio_device
35 typedef void (*gateway_stream_cb_t) (struct audio_device *dev, void *user_data);
36 struct gateway *gateway_init(struct audio_device *device);
37 gboolean gateway_is_connected(struct audio_device *dev);
38 int gateway_connect_rfcomm(struct audio_device *dev, GIOChannel *chan);
39 int gateway_connect_sco(struct audio_device *dev, GIOChannel *chan);
40 void gateway_start_service(struct audio_device *device);
41 gboolean gateway_request_stream(struct audio_device *dev,
43 int gateway_config_stream(struct audio_device *dev, gateway_stream_cb_t cb,
45 gboolean gateway_cancel_stream(struct audio_device *dev, unsigned int id);
46 int gateway_get_sco_fd(struct audio_device *dev);
47 void gateway_suspend_stream(struct audio_device *dev);