Home | History | Annotate | Download | only in audio

Lines Matching refs:device

65 	struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */
86 "Plays audio to an A2DP device",
177 if (self->device)
178 g_free(self->device);
192 if (sink->device)
193 g_free(sink->device);
194 sink->device = g_value_dup_string(value);
213 g_value_set_string(value, sink->device);
377 GST_ERROR_OBJECT(self, "Error while configuring device: "
740 GST_LOG_OBJECT(self, "updating device caps");
755 GST_DEBUG_OBJECT(self, "Device capabilities: %s", tmp);
774 if (self->device == NULL)
776 strncpy(req->destination, self->device, 18);
782 GST_ERROR_OBJECT(self, "Error while asking device caps");
790 GST_ERROR_OBJECT(self, "Error while getting device caps");
900 "from device");
1047 GST_DEBUG_OBJECT(self, "configuring device with caps: %s", temp);
1068 strncpy(open_req->destination, self->device, 18);
1083 GST_ERROR_OBJECT(self, "Error while receiving device "
1118 GST_ERROR_OBJECT(self, "Error while receiving device "
1224 g_param_spec_string("device", "Device",
1225 "Bluetooth remote device address",
1232 "to device", DEFAULT_AUTOCONNECT,
1242 self->device = NULL;
1371 GST_DEBUG_OBJECT(self, "setting device caps");
1391 if (self->device != NULL)
1392 g_free(self->device);
1394 GST_LOG_OBJECT(self, "Setting device: %s", dev);
1395 self->device = g_strdup(dev);
1400 return g_strdup(self->device);