Searched refs:WEBRTC_FUNC (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 318 WEBRTC_FUNC(RegisterVoiceEngineObserver, ( 324 WEBRTC_FUNC(Init, (webrtc::AudioDeviceModule* adm, 329 WEBRTC_FUNC(Terminate, ()) { 336 WEBRTC_FUNC(CreateChannel, ()) { 340 WEBRTC_FUNC(CreateChannel, (const webrtc::Config& config)) { 343 WEBRTC_FUNC(DeleteChannel, (int channel)) { 355 WEBRTC_FUNC(StartPlayout, (int channel)) { 366 WEBRTC_FUNC(StartSend, (int channel)) { 378 WEBRTC_FUNC(StopPlayout, (int channel)) { 383 WEBRTC_FUNC(StopSend, (int channel)) { [all …]
|
D | fakewebrtccommon.h | 50 #define WEBRTC_FUNC(method, args) int method args override macro
|