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

/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_pulse_linux.h360 pa_mainloop_api* _paMainloopApi; member in class:webrtc::AudioDeviceLinuxPulse
H A Daudio_device_pulse_linux.cc89 _paMainloopApi(NULL),
2064 _paMainloopApi = LATE(pa_threaded_mainloop_get_api)(_paMainloop);
2065 if (!_paMainloopApi)
2080 _paContext = LATE(pa_context_new)(_paMainloopApi, "WEBRTC VoiceEngine");

Completed in 298 milliseconds