Searched refs:ESD_NAME_MAX (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | esound.h | 44 #define ESD_NAME_MAX (128) macro 152 char name[ ESD_NAME_MAX ]; /* name of stream for remote control */ 167 char name[ ESD_NAME_MAX ]; /* name of stream for remote control */
|
D | protocol-esound.c | 176 { ESD_NAME_MAX + 2 * sizeof(int), esd_proto_stream_play, "stream play" }, 177 { ESD_NAME_MAX + 2 * sizeof(int), esd_proto_stream_record, "stream rec" }, 178 { ESD_NAME_MAX + 2 * sizeof(int), esd_proto_stream_record, "stream mon" }, 180 …{ ESD_NAME_MAX + 3 * sizeof(int), esd_proto_sample_cache, "sample cache" }, /… 190 …{ ESD_NAME_MAX, esd_proto_sample_get_id, "sample getid" }, /… 191 { ESD_NAME_MAX + 2 * sizeof(int), NULL, "stream filter" }, 381 char name[ESD_NAME_MAX], *utf8_name; in esd_proto_stream_play() 391 pa_assert(length == (sizeof(int32_t)*2+ESD_NAME_MAX)); in esd_proto_stream_play() 470 char name[ESD_NAME_MAX], *utf8_name; in esd_proto_stream_record() 479 pa_assert(length == (sizeof(int32_t)*2+ESD_NAME_MAX)); in esd_proto_stream_record() [all …]
|
/third_party/pulseaudio/src/modules/ |
D | module-esound-sink.c | 443 p = u->write_data = pa_xmalloc0(u->write_length = sizeof(int32_t)*3+ESD_NAME_MAX); in handle_response() 447 pa_strlcpy((char*) p, "PulseAudio Tunnel", ESD_NAME_MAX); in handle_response()
|