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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 281 WEBRTC_FUNC(RegisterVoiceEngineObserver, (
287 WEBRTC_FUNC(Init, (webrtc::AudioDeviceModule* adm,
292 WEBRTC_FUNC(Terminate, ()) {
299 WEBRTC_FUNC(CreateChannel, ()) {
302 WEBRTC_FUNC(CreateChannel, (const webrtc::Config& config)) {
308 WEBRTC_FUNC(DeleteChannel, (int channel)) {
315 WEBRTC_FUNC(StartPlayout, (int channel)) {
326 WEBRTC_FUNC(StartSend, (int channel)) {
338 WEBRTC_FUNC(StopPlayout, (int channel)) {
343 WEBRTC_FUNC(StopSend, (int channel))
    [all...]
fakewebrtcvideoengine.h 605 WEBRTC_FUNC(Init, ()) {
610 WEBRTC_FUNC(CreateChannel, (int& channel)) { // NOLINT
622 WEBRTC_FUNC(CreateChannel, (int& channel, int original_channel)) {
630 WEBRTC_FUNC(CreateReceiveChannel, (int& channel, int original_channel)) {
633 WEBRTC_FUNC(DeleteChannel, (const int channel)) {
648 WEBRTC_FUNC(StartSend, (const int channel)) {
653 WEBRTC_FUNC(StopSend, (const int channel)) {
658 WEBRTC_FUNC(StartReceive, (const int channel)) {
663 WEBRTC_FUNC(StopReceive, (const int channel)) {
704 WEBRTC_FUNC(SetSendCodec, (const int channel
    [all...]
fakewebrtccommon.h 47 #define WEBRTC_FUNC(method, args) \

Completed in 60 milliseconds