Searched refs:bt_audio_msg_header_t (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | ipc.h | 82 } __attribute__ ((packed)) bt_audio_msg_header_t; typedef 85 bt_audio_msg_header_t h; 117 bt_audio_msg_header_t h; 222 bt_audio_msg_header_t h; 230 bt_audio_msg_header_t h; 239 bt_audio_msg_header_t h; 246 bt_audio_msg_header_t h; 251 bt_audio_msg_header_t h; 259 bt_audio_msg_header_t h; 263 bt_audio_msg_header_t h; [all …]
|
D | liba2dp.c | 168 static int audioservice_send(struct bluetooth_data *data, const bt_audio_msg_header_t *msg); 169 static int audioservice_expect(struct bluetooth_data *data, bt_audio_msg_header_t *outmsg, 733 const bt_audio_msg_header_t *msg) in audioservice_send() 756 bt_audio_msg_header_t *inmsg) in audioservice_recv() 771 } else if ((size_t) ret < sizeof(bt_audio_msg_header_t)) { in audioservice_recv() 809 bt_audio_msg_header_t *rsp_hdr, int expected_name) in audioservice_expect()
|
D | pcm_bluetooth.c | 147 static int audioservice_send(int sk, const bt_audio_msg_header_t *msg); 148 static int audioservice_expect(int sk, bt_audio_msg_header_t *outmsg, 1535 static int audioservice_send(int sk, const bt_audio_msg_header_t *msg) in audioservice_send() 1555 static int audioservice_recv(int sk, bt_audio_msg_header_t *inmsg) in audioservice_recv() 1571 } else if ((size_t) ret < sizeof(bt_audio_msg_header_t)) { in audioservice_recv() 1592 static int audioservice_expect(int sk, bt_audio_msg_header_t *rsp, in audioservice_expect()
|
D | gstavdtpsink.c | 126 const bt_audio_msg_header_t *msg); 128 bt_audio_msg_header_t *outmsg, 1839 const bt_audio_msg_header_t *msg) in gst_avdtp_sink_audioservice_send() 1866 bt_audio_msg_header_t *inmsg) in gst_avdtp_sink_audioservice_recv() 1916 bt_audio_msg_header_t *outmsg, in gst_avdtp_sink_audioservice_expect()
|
D | unix.c | 166 const bt_audio_msg_header_t *msg) in unix_ipc_sendmsg() 1700 bt_audio_msg_header_t *msghdr = (void *) buf; in client_cb()
|
/external/bluetooth/bluez/test/ |
D | ipctest.c | 125 static int service_send(struct userdata *u, const bt_audio_msg_header_t *msg) in service_send() 148 static int service_recv(struct userdata *u, bt_audio_msg_header_t *rsp) in service_recv() 180 static ssize_t service_expect(struct userdata *u, bt_audio_msg_header_t *rsp, in service_expect() 829 bt_audio_msg_header_t rsp; in start_stream() 886 bt_audio_msg_header_t rsp; in stop_stream()
|