Home
last modified time | relevance | path

Searched refs:transport_acquire (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c625 static int transport_acquire(struct userdata *u, bool optional) { in transport_acquire() function
783 transport_error = transport_acquire(u, false); in setup_transport_and_stream()
1039 /* u->stream_fd contains the error returned by the last transport_acquire() in add_source()
1277 /* u->stream_fd contains the error returned by the last transport_acquire() in add_sink()
1377 transport_acquire(u, true); /* In case of error, the sink/sources will be created suspended */ in setup_transport()
1381 transport_error = transport_acquire(u, false); in setup_transport()
2317 if (acquire && transport_acquire(u, true) >= 0) { in handle_transport_state_change()
2721 * already PLAYING. If transport_acquire() failed for the new profile, the transport in device_process_msg()

Completed in 5 milliseconds