Lines Matching refs:io_error
766 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()
941 io_error = gst_avdtp_sink_audioservice_expect(self, &ind->h, in gst_avdtp_sink_stream_start()
943 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_stream_start()
1041 GIOError io_error; in gst_avdtp_sink_configure() local
1072 io_error = gst_avdtp_sink_audioservice_send(self, &open_req->h); in gst_avdtp_sink_configure()
1073 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_configure()
1080 io_error = gst_avdtp_sink_audioservice_expect(self, in gst_avdtp_sink_configure()
1082 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_configure()
1107 io_error = gst_avdtp_sink_audioservice_send(self, &req->h); in gst_avdtp_sink_configure()
1108 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_configure()
1115 io_error = gst_avdtp_sink_audioservice_expect(self, in gst_avdtp_sink_configure()
1117 if (io_error != G_IO_ERROR_NONE) { in gst_avdtp_sink_configure()