Home
last modified time | relevance | path

Searched refs:GstAvrcpConnection (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavrcputil.c152 GstAvrcpConnection *avrcp = (GstAvrcpConnection *) user_data; in player_property_changed_cb()
175 gst_avrcp_connection_set_player (GstAvrcpConnection * avrcp, in gst_avrcp_connection_set_player()
223 GstAvrcpConnection *avrcp = (GstAvrcpConnection *) user_data; in manager_object_added_cb()
236 GstAvrcpConnection *avrcp = (GstAvrcpConnection *) user_data; in manager_object_removed_cb()
249 GstAvrcpConnection *avrcp = (GstAvrcpConnection *) user_data; in manager_ready_cb()
281 GstAvrcpConnection *
285 GstAvrcpConnection *avrcp; in gst_avrcp_connection_new()
287 avrcp = g_new0 (GstAvrcpConnection, 1); in gst_avrcp_connection_new()
313 gst_avrcp_connection_free (GstAvrcpConnection * avrcp) in gst_avrcp_connection_free()
Dgstavrcputil.h25 typedef struct _GstAvrcpConnection GstAvrcpConnection; typedef
27 typedef void (*GstAvrcpMetadataCb) (GstAvrcpConnection *, GstTagList *,
30 GstAvrcpConnection *
34 void gst_avrcp_connection_free (GstAvrcpConnection * avrcp);
Dgstavdtpsrc.h58 GstAvrcpConnection *avrcp;
Dgstavdtpsrc.c309 avrcp_metadata_cb (GstAvrcpConnection * avrcp, GstTagList * taglist, in avrcp_metadata_cb()