HomeSort by relevance Sort by last modified time
    Searched defs:stream_name (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/protocol/
core-connection.c 37 char* stream_name; member in struct:CoreConnection
149 desc->stream_name = NULL;
163 if (desc->stream_name != NULL) {
164 free(desc->stream_name);
254 const char* stream_name,
263 if (desc == NULL || desc->stream_name != NULL || stream_name == NULL) {
269 snprintf(buf, sizeof(buf), "qemu %s\r\n", stream_name);
296 desc->stream_name = strdup(stream_name);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 218 char *stream_name; member in struct:snd_soc_pcm_stream
402 char *stream_name; /* Stream name */ member in struct:snd_soc_dai_link
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 218 char *stream_name; member in struct:snd_soc_pcm_stream
402 char *stream_name; /* Stream name */ member in struct:snd_soc_dai_link

Completed in 625 milliseconds