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

  /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))\
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
simple.h 51 * pa_simple *s;
112 /** \struct pa_simple
114 typedef struct pa_simple pa_simple; typedef in typeref:struct:pa_simple
117 pa_simple* pa_simple_new(
130 void pa_simple_free(pa_simple *s);
133 int pa_simple_write(pa_simple *s, const void*data, size_t bytes, int *error);
136 int pa_simple_drain(pa_simple *s, int *error);
139 int pa_simple_read(pa_simple *s, void*data, size_t bytes, int *error);
142 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error)
    [all...]
  /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;
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 541 milliseconds