HomeSort by relevance Sort by last modified time
    Searched refs:pa_proplist (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
proplist.h 250 typedef struct pa_proplist pa_proplist; typedef in typeref:struct:pa_proplist
253 pa_proplist* pa_proplist_new(void);
256 void pa_proplist_free(pa_proplist* p);
262 int pa_proplist_sets(pa_proplist *p, const char *key, const char *value);
270 int pa_proplist_setp(pa_proplist *p, const char *pair);
277 int pa_proplist_setf(pa_proplist *p, const char *key, const char *format, ...) PA_GCC_PRINTF_ATTR(3,4);
282 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes);
288 const char *pa_proplist_gets(pa_proplist *p, const char *key);
295 int pa_proplist_get(pa_proplist *p, const char *key, const void **data, size_t *nbytes)
    [all...]
context.h 166 typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_proplist *p, void *userdata);
176 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
247 pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, pa_proplist *p, pa_context_success_cb_t cb, void *userdata);
scache.h 117 pa_proplist *proplist /**< Property list for this sound. The property list of the cached entry will be merged into this property list */,
introspect.h 222 pa_proplist *proplist; /**< Property list \since 0.9.11 */
299 pa_proplist *proplist; /**< Property list \since 0.9.11 */
386 pa_proplist *proplist; /**< Property list \since 0.9.15 */
419 pa_proplist *proplist; /**< Property list \since 0.9.11 */
460 pa_proplist *proplist; /**< Property list */
502 pa_proplist *proplist; /**< Property list \since 0.9.11 */
548 pa_proplist *proplist; /**< Property list \since 0.9.11 */
607 pa_proplist *proplist; /**< Property list for this sample. \since 0.9.11 */
    [all...]
stream.h 335 typedef void (*pa_stream_event_cb_t)(pa_stream *p, const char *name, pa_proplist *pl, void *userdata);
354 pa_proplist *p /**< The initial property list */);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
proplist.h 250 typedef struct pa_proplist pa_proplist; typedef in typeref:struct:pa_proplist
253 pa_proplist* pa_proplist_new(void);
256 void pa_proplist_free(pa_proplist* p);
262 int pa_proplist_sets(pa_proplist *p, const char *key, const char *value);
270 int pa_proplist_setp(pa_proplist *p, const char *pair);
277 int pa_proplist_setf(pa_proplist *p, const char *key, const char *format, ...) PA_GCC_PRINTF_ATTR(3,4);
282 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes);
288 const char *pa_proplist_gets(pa_proplist *p, const char *key);
295 int pa_proplist_get(pa_proplist *p, const char *key, const void **data, size_t *nbytes)
    [all...]
context.h 166 typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_proplist *p, void *userdata);
176 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
247 pa_operation *pa_context_proplist_update(pa_context *c, pa_update_mode_t mode, pa_proplist *p, pa_context_success_cb_t cb, void *userdata);
scache.h 117 pa_proplist *proplist /**< Property list for this sound. The property list of the cached entry will be merged into this property list */,
introspect.h 222 pa_proplist *proplist; /**< Property list \since 0.9.11 */
299 pa_proplist *proplist; /**< Property list \since 0.9.11 */
386 pa_proplist *proplist; /**< Property list \since 0.9.15 */
419 pa_proplist *proplist; /**< Property list \since 0.9.11 */
460 pa_proplist *proplist; /**< Property list */
502 pa_proplist *proplist; /**< Property list \since 0.9.11 */
548 pa_proplist *proplist; /**< Property list \since 0.9.11 */
607 pa_proplist *proplist; /**< Property list for this sample. \since 0.9.11 */
    [all...]
stream.h 335 typedef void (*pa_stream_event_cb_t)(pa_stream *p, const char *name, pa_proplist *pl, void *userdata);
354 pa_proplist *p /**< The initial property list */);
    [all...]

Completed in 2189 milliseconds