/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
simple.h | 50 * pa_simple *s; 111 /** \struct pa_simple 113 typedef struct pa_simple pa_simple; typedef in typeref:struct:pa_simple 116 pa_simple* pa_simple_new( 129 void pa_simple_free(pa_simple *s); 132 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error); 135 int pa_simple_drain(pa_simple *s, int *error); 138 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error); 141 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
simple.h | 50 * pa_simple *s; 111 /** \struct pa_simple 113 typedef struct pa_simple pa_simple; typedef in typeref:struct:pa_simple 116 pa_simple* pa_simple_new( 129 void pa_simple_free(pa_simple *s); 132 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error); 135 int pa_simple_drain(pa_simple *s, int *error); 138 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error); 141 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error) [all...] |
/external/qemu/android/config/ |
check-pulseaudio.c | 27 PULSEAUDIO_SYMBOLS(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \ 28 PULSEAUDIO_SYMBOLS(void,pa+simple_free,(pa_simple* s))\ 29 PULSEAUDIO_SYMBOLS(int,pa_simple_write,(pa_simple* s, const void* data, size_t bytes, int* error))\ 30 PULSEAUDIO_SYMBOLS(int,pa_simple_read,(pa_simple* s,void* data, size_t bytes, int* error))\
|
/external/qemu/audio/ |
paaudio.c | 30 DYNLINK_FUNC(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \ 31 DYNLINK_FUNC(void,pa_simple_free,(pa_simple* s))\ 32 DYNLINK_FUNC(int,pa_simple_write,(pa_simple* s, const void* data, size_t bytes, int* error))\ 33 DYNLINK_FUNC(int,pa_simple_read,(pa_simple* s,void* data, size_t bytes, int* error))\ 49 pa_simple *s; 60 pa_simple *s; 508 pa_simple* simple;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 68 static pa_simple* (*SDL_NAME(pa_simple_new))( 79 static void (*SDL_NAME(pa_simple_free))(pa_simple *s); 223 pa_simple *connection;
|