Searched refs:a2dp_cancel (Results 1 – 5 of 5) sorted by relevance
143 gboolean a2dp_cancel(struct audio_device *dev, unsigned int id);
991 client->cancel = a2dp_cancel; in start_config()1061 client->cancel = a2dp_cancel; in start_resume()1137 client->cancel = a2dp_cancel; in start_suspend()
161 a2dp_cancel(dev, pending->id); in pending_request_free()
168 a2dp_cancel(dev, pending->id); in pending_request_free()
1511 gboolean a2dp_cancel(struct audio_device *dev, unsigned int id) in a2dp_cancel() function