/device/samsung/crespo/alsa-lib/include/ |
pcm_plugin.h | 70 snd_pcm_stream_t stream, int mode, 74 snd_pcm_stream_t stream, int mode); 83 snd_pcm_stream_t stream, int mode); 93 snd_pcm_stream_t stream, int mode); 103 snd_pcm_stream_t stream, int mode); 113 snd_pcm_stream_t stream, int mode); 123 snd_pcm_stream_t stream, int mode); 133 snd_pcm_stream_t stream, int mode); 153 snd_pcm_stream_t stream, int mode); 164 snd_pcm_stream_t stream, int mode) [all...] |
pcm_external.h | 56 snd_pcm_stream_t stream, int mode)
|
pcm_extplug.h | 92 snd_pcm_stream_t stream; 159 snd_pcm_stream_t stream, int mode);
|
pcm_ioplug.h | 105 snd_pcm_stream_t stream; /**< stream direcion; read-only */ 196 snd_pcm_stream_t stream, int mode);
|
pcm.h | 90 } snd_pcm_stream_t; typedef in typeref:enum:_snd_pcm_stream 409 snd_pcm_stream_t stream, int mode); 411 snd_pcm_stream_t stream, int mode, 417 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm); 498 snd_pcm_stream_t snd_pcm_info_get_stream(const snd_pcm_info_t *obj); 510 void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val); [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_asym.c | 79 snd_pcm_stream_t stream, int mode)
|
pcm_empty.c | 76 snd_pcm_stream_t stream, int mode)
|
pcm_null.c | 328 int snd_pcm_null_open(snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t stream, int mode) 414 snd_pcm_stream_t stream, int mode)
|
pcm_lfloat.c | 466 snd_pcm_stream_t stream, int mode) 530 snd_pcm_stream_t stream ATTRIBUTE_UNUSED,
|
pcm_copy.c | 261 snd_pcm_stream_t stream, int mode)
|
pcm_dsnoop.c | 523 snd_pcm_stream_t stream, int mode) 767 snd_pcm_stream_t stream, int mode)
|
pcm_local.h | 180 snd_pcm_stream_t stream; 345 snd_pcm_stream_t stream, int mode); [all...] |
pcm_alaw.c | 507 snd_pcm_stream_t stream, int mode)
|
pcm_hooks.c | 437 snd_pcm_stream_t stream, int mode)
|
pcm_linear.c | 522 snd_pcm_stream_t stream, int mode)
|
pcm_mmap_emul.c | 446 snd_pcm_stream_t stream, int mode)
|
pcm_mulaw.c | 522 snd_pcm_stream_t stream, int mode)
|
pcm.c | 669 * Returns the type #snd_pcm_stream_t of given PCM handle. 671 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm) [all...] |
pcm_dshare.c | 628 snd_pcm_stream_t stream, int mode) 890 snd_pcm_stream_t stream, int mode)
|
pcm_route.c | 765 static int route_load_ttable(snd_pcm_route_params_t *params, snd_pcm_stream_t stream, 1083 snd_pcm_stream_t stream, int mode) [all...] |
pcm_shm.c | 699 snd_pcm_stream_t stream, int mode) 839 snd_pcm_stream_t stream, int mode)
|
pcm_adpcm.c | 633 snd_pcm_stream_t stream, int mode)
|
/external/qemu/android/config/ |
check-alsa.c | 52 DYN_FUNCTION(int,snd_pcm_open,(snd_pcm_t **pcm, const char *name,snd_pcm_stream_t stream, int mode)) \
|
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 63 static int (*SDL_snd_pcm_open)(snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode); 64 static int (*SDL_NAME(snd_pcm_open))(snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode);
|
/device/samsung/crespo/libaudio/ |
AudioHardwareALSA.h | 107 snd_pcm_stream_t direction; // playback or capture
|