Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dgstavdtpsink.c766 GIOError io_error; in gst_avdtp_sink_get_capabilities() local
780 io_error = gst_avdtp_sink_audioservice_send(self, &req->h); in gst_avdtp_sink_get_capabilities()
781 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_get_capabilities()
787 io_error = gst_avdtp_sink_audioservice_expect(self, in gst_avdtp_sink_get_capabilities()
789 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_get_capabilities()
917 GIOError io_error; in gst_avdtp_sink_stream_start() local
924 io_error = gst_avdtp_sink_audioservice_send(self, &req->h); in gst_avdtp_sink_stream_start()
925 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_stream_start()
932 io_error = gst_avdtp_sink_audioservice_expect(self, in gst_avdtp_sink_stream_start()
934 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_stream_start()
[all …]