HomeSort by relevance Sort by last modified time
    Searched full:snd_pcm_ioplug_t (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef in typeref:struct:snd_pcm_ioplug
123 int (*start)(snd_pcm_ioplug_t *io);
127 int (*stop)(snd_pcm_ioplug_t *io);
131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
142 int (*close)(snd_pcm_ioplug_t *io);
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params);
150 int (*hw_free)(snd_pcm_ioplug_t *io);
154 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params);
158 int (*prepare)(snd_pcm_ioplug_t *io)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef in typeref:struct:snd_pcm_ioplug
123 int (*start)(snd_pcm_ioplug_t *io);
127 int (*stop)(snd_pcm_ioplug_t *io);
131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
142 int (*close)(snd_pcm_ioplug_t *io);
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params);
150 int (*hw_free)(snd_pcm_ioplug_t *io);
154 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params);
158 int (*prepare)(snd_pcm_ioplug_t *io)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef in typeref:struct:snd_pcm_ioplug
123 int (*start)(snd_pcm_ioplug_t *io);
127 int (*stop)(snd_pcm_ioplug_t *io);
131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
142 int (*close)(snd_pcm_ioplug_t *io);
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params);
150 int (*hw_free)(snd_pcm_ioplug_t *io);
154 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params);
158 int (*prepare)(snd_pcm_ioplug_t *io)
    [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 130 snd_pcm_ioplug_t io;
151 static int bluetooth_start(snd_pcm_ioplug_t *io)
158 static int bluetooth_stop(snd_pcm_ioplug_t *io)
260 static int bluetooth_playback_start(snd_pcm_ioplug_t *io)
277 static int bluetooth_playback_stop(snd_pcm_ioplug_t *io)
288 static snd_pcm_sframes_t bluetooth_pointer(snd_pcm_ioplug_t *io)
322 static int bluetooth_close(snd_pcm_ioplug_t *io)
333 static int bluetooth_prepare(snd_pcm_ioplug_t *io)
430 static int bluetooth_hsp_hw_params(snd_pcm_ioplug_t *io,
689 static int bluetooth_a2dp_hw_params(snd_pcm_ioplug_t *io
    [all...]

Completed in 432 milliseconds