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

  /external/chromium_org/third_party/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_mixer_manager_pulse_linux.cc 18 // Accesses Pulse functions through our late-binding symbol table instead of
21 #define LATE(sym) \
247 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream)
255 LATE(pa_stream_get_sample_spec)(_paPlayStream);
266 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume);
269 paOperation = LATE(pa_context_set_sink_input_volume)(
271 LATE(pa_stream_get_index)(_paPlayStream),
280 LATE(pa_operation_unref)(paOperation);
294 LATE(pa_context_errno)(_paContext));
313 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream
    [all...]
audio_device_alsa_linux.cc 24 // Accesses ALSA functions through our late-binding symbol table instead of
27 #define LATE(sym) \
30 // Redefine these here to be able to do late-binding
34 __builtin_alloca (LATE(snd_ctl_card_info_sizeof)()); \
35 memset(*ptr, 0, LATE(snd_ctl_card_info_sizeof)()); } while (0)
40 __builtin_alloca (LATE(snd_pcm_info_sizeof)()); \
41 memset(*pInfo, 0, LATE(snd_pcm_info_sizeof)()); } while (0)
1071 LATE(snd_pcm_close)(_handlePlayout);
1078 " %s", LATE(snd_strerror)(errVal));
1090 errVal = LATE(snd_pcm_open
    [all...]
audio_device_pulse_linux.cc 23 // Accesses Pulse functions through our late-binding symbol table instead of
26 #define LATE(sym) \
953 paOperation = LATE(pa_context_get_sink_info_list)(_paContext,
1091 paOperation = LATE(pa_context_get_source_info_list)(_paContext,
1208 _playStream = LATE(pa_stream_new)(_paContext, "playStream",
1215 LATE(pa_context_errno)(_paContext));
1230 " stream state %d\n", LATE(pa_stream_get_state)(_playStream));
1243 if (LATE(pa_context_get_protocol_version)(_paContext)
1250 LATE(pa_stream_get_sample_spec)(_playStream);
1258 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus.cc 409 #undef LATE
  /external/chromium_org/third_party/webrtc/base/
dbus.cc 392 #undef LATE

Completed in 178 milliseconds