Searched refs:avdtp_error (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | avdtp.h | 35 struct avdtp_error { struct 128 struct avdtp_error *err, 133 struct avdtp_error *err); 140 struct avdtp_error *err, 145 struct avdtp_error *err, 148 struct avdtp_stream *stream, struct avdtp_error *err, 151 struct avdtp_stream *stream, struct avdtp_error *err, 155 struct avdtp_error *err, void *user_data); 158 struct avdtp_error *err, void *user_data); 161 struct avdtp_error *err, void *user_data); [all …]
|
D | a2dp.c | 96 struct avdtp_error *err; 214 struct avdtp_error avdtp_err; in finalize_setup_errno() 356 struct avdtp_error *err, in stream_state_changed() 384 struct avdtp_error *err = NULL; in auto_config() 449 setup->err = g_new(struct avdtp_error, 1); in sbc_setconf_ind() 470 setup->err = g_new(struct avdtp_error, 1); in sbc_setconf_ind() 578 setup->err = g_new(struct avdtp_error, 1); in mpeg_setconf_ind() 653 setup->err = g_new(struct avdtp_error, 1); in endpoint_setconf_cb() 692 setup->err = g_new(struct avdtp_error, 1); in endpoint_setconf_ind() 704 setup->err = g_new(struct avdtp_error, 1); in endpoint_setconf_ind() [all …]
|
D | a2dp.h | 130 struct avdtp_error *err, 133 struct avdtp_error *err,
|
D | source.c | 163 struct avdtp_error *err, in stream_state_changed() 244 struct avdtp_error *err, void *user_data) in stream_setup_complete() 315 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete()
|
D | avdtp.c | 698 void avdtp_error_init(struct avdtp_error *err, uint8_t category, int id) in avdtp_error_init() 708 uint8_t avdtp_error_category(struct avdtp_error *err) in avdtp_error_category() 713 int avdtp_error_error_code(struct avdtp_error *err) in avdtp_error_error_code() 719 int avdtp_error_posix_errno(struct avdtp_error *err) in avdtp_error_posix_errno() 891 struct avdtp_error err; in handle_transport_connect() 977 struct avdtp_error err; in handle_unanswered_req() 1040 struct avdtp_error err, *err_ptr = NULL; in avdtp_sep_set_state() 1110 struct avdtp_error avdtp_err; in finalize_discovery() 1436 struct avdtp_error *err) in setconf_cb() 2552 struct avdtp_error averr; in cancel_request() [all …]
|
D | sink.c | 181 struct avdtp_error *err, in stream_state_changed() 291 struct avdtp_error *err, void *user_data) in stream_setup_complete() 358 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete()
|
D | unix.c | 227 struct avdtp_error *err, in stream_state_changed() 625 struct avdtp_error *err, in a2dp_discovery_complete() 719 struct avdtp_error *err, in a2dp_config_complete() 779 struct avdtp_error *err, void *user_data) in a2dp_resume_complete() 833 struct avdtp_error *err, void *user_data) in a2dp_suspend_complete()
|
D | transport.c | 228 struct avdtp_error *err, void *user_data) in a2dp_resume_complete() 302 struct avdtp_error *err, void *user_data) in a2dp_suspend_complete()
|