Home
last modified time | relevance | path

Searched refs:_snprint (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py26 _snprint = libpulse.pa_channel_map_snprint variable in ChannelMap
27 _snprint.restype = c_char_p
28 _snprint.argtypes = [c_char_p, c_ulong, c_void_p]
58 r = this._snprint(s, len(s), byref(this))
86 _snprint = libpulse.pa_cvolume_snprint variable in CVolume
87 _snprint.restype = c_char_p
88 _snprint.argtypes = [c_char_p, c_ulong, c_void_p]
120 r = this._snprint(s, len(s), byref(this))

Completed in 1 milliseconds