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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 429 WEBRTC_FUNC(RegisterVoiceEngineObserver, (
435 WEBRTC_FUNC(Init, (webrtc::AudioDeviceModule* adm,
440 WEBRTC_FUNC(Terminate, ()) {
451 WEBRTC_FUNC(CreateChannel, ()) {
454 WEBRTC_FUNC(CreateChannel, (const webrtc::Config& /*config*/)) {
457 WEBRTC_FUNC(DeleteChannel, (int channel)) {
464 WEBRTC_FUNC(StartPlayout, (int channel)) {
475 WEBRTC_FUNC(StartSend, (int channel)) {
487 WEBRTC_FUNC(StopPlayout, (int channel)) {
492 WEBRTC_FUNC(StopSend, (int channel))
    [all...]
fakewebrtcvideoengine.h 650 WEBRTC_FUNC(Init, ()) {
655 WEBRTC_FUNC(CreateChannel, (int& channel)) { // NOLINT
671 WEBRTC_FUNC(CreateChannel, (int& channel, int original_channel)) {
679 WEBRTC_FUNC(CreateReceiveChannel, (int& channel, int original_channel)) {
682 WEBRTC_FUNC(DeleteChannel, (const int channel)) {
690 WEBRTC_FUNC(RegisterCpuOveruseObserver,
701 WEBRTC_FUNC(SetCpuOveruseOptions,
709 WEBRTC_FUNC(StartSend, (const int channel)) {
714 WEBRTC_FUNC(StopSend, (const int channel)) {
719 WEBRTC_FUNC(StartReceive, (const int channel))
    [all...]
fakewebrtccommon.h 52 #define WEBRTC_FUNC(method, args) \
  /external/chromium_org/third_party/webrtc/voice_engine/include/mock/
fake_voe_external_media.h 28 WEBRTC_FUNC(RegisterExternalMediaProcessing,
33 WEBRTC_FUNC(DeRegisterExternalMediaProcessing,
  /external/chromium_org/third_party/webrtc/test/
fake_common.h 30 #define WEBRTC_FUNC(method, args) \

Completed in 163 milliseconds