Home
last modified time | relevance | path

Searched refs:avrcp (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() local
158 avrcp->cb (avrcp, taglist, avrcp->user_data); in player_property_changed_cb()
175 gst_avrcp_connection_set_player (GstAvrcpConnection * avrcp, in gst_avrcp_connection_set_player() argument
180 if (avrcp->player) in gst_avrcp_connection_set_player()
181 g_object_unref (avrcp->player); in gst_avrcp_connection_set_player()
184 avrcp->player = NULL; in gst_avrcp_connection_set_player()
188 avrcp->player = g_object_ref (player); in gst_avrcp_connection_set_player()
191 G_CALLBACK (player_property_changed_cb), avrcp); in gst_avrcp_connection_set_player()
193 taglist = player_get_taglist (avrcp->player); in gst_avrcp_connection_set_player()
196 avrcp->cb (avrcp, taglist, avrcp->user_data); in gst_avrcp_connection_set_player()
[all …]
Dgstavrcputil.h34 void gst_avrcp_connection_free (GstAvrcpConnection * avrcp);
Dgstavdtpsrc.h58 GstAvrcpConnection *avrcp; member
Dgstavdtpsrc.c309 avrcp_metadata_cb (GstAvrcpConnection * avrcp, GstTagList * taglist, in avrcp_metadata_cb() argument
345 src->avrcp = gst_avrcp_connection_new (path, avrcp_metadata_cb, src, NULL); in gst_avdtp_src_start_avrcp()
353 gst_avrcp_connection_free (src->avrcp); in gst_avdtp_src_stop_avrcp()