OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LATE
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc
18
// Accesses ALSA functions through our
late
-binding symbol table instead of
21
#define
LATE
(sym) \
83
LATE
(snd_mixer_free)(_outputMixerHandle);
88
LATE
(snd_strerror)(errVal));
90
errVal =
LATE
(snd_mixer_detach)(_outputMixerHandle, _outputMixerStr);
95
LATE
(snd_strerror)(errVal));
97
errVal =
LATE
(snd_mixer_close)(_outputMixerHandle);
125
LATE
(snd_mixer_free)(_inputMixerHandle);
130
LATE
(snd_strerror)(errVal));
135
errVal =
LATE
(snd_mixer_detach)(_inputMixerHandle, _inputMixerStr)
[
all
...]
audio_device_alsa_linux.cc
22
// Accesses ALSA functions through our
late
-binding symbol table instead of
25
#define
LATE
(sym) \
28
// Redefine these here to be able to do
late
-binding
32
__builtin_alloca (
LATE
(snd_ctl_card_info_sizeof)()); \
33
memset(*ptr, 0,
LATE
(snd_ctl_card_info_sizeof)()); } while (0)
38
__builtin_alloca (
LATE
(snd_pcm_info_sizeof)()); \
39
memset(*pInfo, 0,
LATE
(snd_pcm_info_sizeof)()); } while (0)
1044
LATE
(snd_pcm_close)(_handlePlayout);
1051
" %s",
LATE
(snd_strerror)(errVal));
1063
errVal =
LATE
(snd_pcm_open
[
all
...]
audio_mixer_manager_pulse_linux.cc
19
// Accesses Pulse functions through our
late
-binding symbol table instead of
22
#define
LATE
(sym) \
33
LATE
(pa_threaded_mainloop_lock)(pa_mainloop_);
37
LATE
(pa_threaded_mainloop_unlock)(pa_mainloop_);
254
if (_paPlayStream && (
LATE
(pa_stream_get_state)(_paPlayStream)
262
LATE
(pa_stream_get_sample_spec)(_paPlayStream);
272
LATE
(pa_cvolume_set)(&cVolumes, spec->channels, volume);
275
paOperation =
LATE
(pa_context_set_sink_input_volume)(
277
LATE
(pa_stream_get_index)(_paPlayStream),
286
LATE
(pa_operation_unref)(paOperation)
[
all
...]
audio_device_pulse_linux.cc
23
// Accesses Pulse functions through our
late
-binding symbol table instead of
26
#define
LATE
(sym) \
884
paOperation =
LATE
(pa_context_get_sink_info_list)(_paContext,
1021
paOperation =
LATE
(pa_context_get_source_info_list)(_paContext,
1137
_playStream =
LATE
(pa_stream_new)(_paContext, "playStream",
1144
LATE
(pa_context_errno)(_paContext));
1160
LATE
(pa_stream_get_state)(_playStream));
1173
if (
LATE
(pa_context_get_protocol_version)(_paContext)
1180
LATE
(pa_stream_get_sample_spec)(_playStream);
1188
size_t bytesPerSec =
LATE
(pa_bytes_per_second)(spec)
[
all
...]
/external/webrtc/webrtc/base/
dbus.cc
396
#undef
LATE
Completed in 69 milliseconds