Home | History | Annotate | Download | only in audio

Lines Matching refs:audio_device

36 typedef void (*gateway_stream_cb_t) (struct audio_device *dev, GError *err,
39 void gateway_unregister(struct audio_device *dev);
40 struct gateway *gateway_init(struct audio_device *device);
41 gboolean gateway_is_connected(struct audio_device *dev);
42 int gateway_connect_rfcomm(struct audio_device *dev, GIOChannel *io);
43 int gateway_connect_sco(struct audio_device *dev, GIOChannel *chan);
44 void gateway_start_service(struct audio_device *device);
45 gboolean gateway_request_stream(struct audio_device *dev,
47 int gateway_config_stream(struct audio_device *dev, gateway_stream_cb_t cb,
49 gboolean gateway_cancel_stream(struct audio_device *dev, unsigned int id);
50 int gateway_get_sco_fd(struct audio_device *dev);
51 void gateway_suspend_stream(struct audio_device *dev);