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

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]

Completed in 235 milliseconds