Searched refs:WEBRTC_STUB (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 62 WEBRTC_STUB(Initialize, ()) 63 WEBRTC_STUB(Initialize, ( 70 WEBRTC_STUB(Initialize, ( 85 WEBRTC_STUB(ProcessStream, (webrtc::AudioFrame* frame)); 86 WEBRTC_STUB(ProcessStream, ( 94 WEBRTC_STUB(ProcessStream, 99 WEBRTC_STUB(AnalyzeReverseStream, (webrtc::AudioFrame* frame)); 100 WEBRTC_STUB(ProcessReverseStream, (webrtc::AudioFrame * frame)); 101 WEBRTC_STUB(AnalyzeReverseStream, ( 106 WEBRTC_STUB(ProcessReverseStream, [all …]
|
D | fakewebrtccommon.h | 35 #define WEBRTC_STUB(method, args) \ macro
|